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

asdf-vm: 0.8.1 -> 0.9.0
This commit is contained in:
Renaud 2022-02-24 14:35:00 +01:00 committed by GitHub
commit 24102db995
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,13 +37,13 @@ ${asdfReshimFile}
'';
in stdenv.mkDerivation rec {
pname = "asdf-vm";
version = "0.8.1";
version = "0.9.0";
src = fetchFromGitHub {
owner = "asdf-vm";
repo = "asdf";
rev = "v${version}";
sha256 = "07lh5k1krzm7fbkv0jlwbzz5ycn2jg7s12dnqwmy82qqic0sl6fl";
sha256 = "sha256-uvf3WVflUdh+M90zMDVFVAXi7TZytc8oZ/DexJqpNV4=";
};
nativeBuildInputs = [