asdf-vm: 0.9.0 -> 0.10.0
This commit is contained in:
parent
891d0226de
commit
b19b12d335
1 changed files with 2 additions and 2 deletions
|
@ -37,13 +37,13 @@ ${asdfReshimFile}
|
||||||
'';
|
'';
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
pname = "asdf-vm";
|
pname = "asdf-vm";
|
||||||
version = "0.9.0";
|
version = "0.10.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "asdf-vm";
|
owner = "asdf-vm";
|
||||||
repo = "asdf";
|
repo = "asdf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-uvf3WVflUdh+M90zMDVFVAXi7TZytc8oZ/DexJqpNV4=";
|
sha256 = "sha256-yWQ74tVYBZszuuE3PaDB758kCjKO6oBOG/Z+T3+82po=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue