Merge pull request #174385 from r-ryantm/auto-update/asdf-vm

asdf-vm: 0.10.0 -> 0.10.2
This commit is contained in:
Mario Rodas 2022-08-13 23:59:26 -05:00 committed by GitHub
commit 1953c7efc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,13 +37,13 @@ ${asdfReshimFile}
'';
in stdenv.mkDerivation rec {
pname = "asdf-vm";
version = "0.10.0";
version = "0.10.2";
src = fetchFromGitHub {
owner = "asdf-vm";
repo = "asdf";
rev = "v${version}";
sha256 = "sha256-yWQ74tVYBZszuuE3PaDB758kCjKO6oBOG/Z+T3+82po=";
sha256 = "sha256-x1B5eKo6PS/4+kCAZqCoOxFymcCobpf4caPSNI6WFOk=";
};
nativeBuildInputs = [