1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

asdf-vm: 0.10.2 -> 0.11.0

This commit is contained in:
R. Ryantm 2022-12-16 10:40:47 +00:00
parent 69ce4fbad8
commit 9fe8c03306

View file

@ -37,13 +37,13 @@ ${asdfReshimFile}
''; '';
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "asdf-vm"; pname = "asdf-vm";
version = "0.10.2"; version = "0.11.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "asdf-vm"; owner = "asdf-vm";
repo = "asdf"; repo = "asdf";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-x1B5eKo6PS/4+kCAZqCoOxFymcCobpf4caPSNI6WFOk="; sha256 = "sha256-0dO+IYLhiWe83iaP2CHj7D4o7UVqQemZBPW+6vu+RQY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [