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

asdf-vm: 0.13.1 -> 0.14.0
This commit is contained in:
Weijia Wang 2024-01-29 08:45:16 +01:00 committed by GitHub
commit af30a2e83a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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