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 { in stdenv.mkDerivation rec {
pname = "asdf-vm"; pname = "asdf-vm";
version = "0.10.0"; version = "0.10.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "asdf-vm"; owner = "asdf-vm";
repo = "asdf"; repo = "asdf";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-yWQ74tVYBZszuuE3PaDB758kCjKO6oBOG/Z+T3+82po="; sha256 = "sha256-x1B5eKo6PS/4+kCAZqCoOxFymcCobpf4caPSNI6WFOk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [