asdf-vm: 0.14.1 -> 0.15.0 (#366380)

This commit is contained in:
Christian Kögler
2024-12-31 16:05:59 +01:00
committed by GitHub
+2 -2
View File
@@ -48,13 +48,13 @@ let
in
stdenv.mkDerivation rec {
pname = "asdf-vm";
version = "0.14.1";
version = "0.15.0";
src = fetchFromGitHub {
owner = "asdf-vm";
repo = "asdf";
rev = "v${version}";
sha256 = "sha256-1dacsAoZVwoQv8+V4FrjRLa7awLIZchlhkuET0wTO7w=";
sha256 = "sha256-quDgoYi+3hZUEAzXWTHuL5UK1T+4o7+G67w0UzZOjJA=";
};
nativeBuildInputs = [