asdf-vm: 0.14.1 -> 0.15.0

This commit is contained in:
R. Ryantm 2024-12-19 00:36:19 +00:00
parent a98c720fb6
commit f3ffbef1da

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 = [