asdf-vm: 0.10.0 -> 0.10.2

This commit is contained in:
R. Ryantm 2022-07-07 16:51:56 +00:00
parent 98472c0467
commit 00ff7194e3

View file

@ -37,13 +37,13 @@ ${asdfReshimFile}
'';
in stdenv.mkDerivation rec {
pname = "asdf-vm";
version = "0.10.0";
version = "0.10.2";
src = fetchFromGitHub {
owner = "asdf-vm";
repo = "asdf";
rev = "v${version}";
sha256 = "sha256-yWQ74tVYBZszuuE3PaDB758kCjKO6oBOG/Z+T3+82po=";
sha256 = "sha256-x1B5eKo6PS/4+kCAZqCoOxFymcCobpf4caPSNI6WFOk=";
};
nativeBuildInputs = [