asdf-vm: 0.13.1 -> 0.14.0

This commit is contained in:
R. Ryantm 2024-01-20 06:41:22 +00:00
parent 8da872fefa
commit 144b776d88

View File

@ -37,13 +37,13 @@ ${asdfReshimFile}
'';
in stdenv.mkDerivation rec {
pname = "asdf-vm";
version = "0.13.1";
version = "0.14.0";
src = fetchFromGitHub {
owner = "asdf-vm";
repo = "asdf";
rev = "v${version}";
sha256 = "sha256-9Levs1Wr7Lohhvpy+1Xq3AYyf7+VsBalvAAA7qq6heI=";
sha256 = "sha256-DmwKzW0oHjokMxj2RMT4iogurEMKeAcl7MWlPTOqMmg=";
};
nativeBuildInputs = [