metamath: refer to tag rather than commit
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
3de56b05a3
commit
a856e800f7
@ -1,15 +1,17 @@
|
|||||||
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
{ stdenv, fetchFromGitHub, autoreconfHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
let
|
||||||
pname = "metamath";
|
|
||||||
version = "0.194";
|
version = "0.194";
|
||||||
|
in stdenv.mkDerivation {
|
||||||
|
pname = "metamath";
|
||||||
|
inherit version;
|
||||||
|
|
||||||
buildInputs = [ autoreconfHook ];
|
buildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "metamath";
|
owner = "metamath";
|
||||||
repo = "metamath-exe";
|
repo = "metamath-exe";
|
||||||
rev = "01ff8f0d7a4b4e90c9885f9021fe8a944771cee6";
|
rev = "v${version}";
|
||||||
sha256 = "1bc5h2jdqbgna8zbhqyphlqcldz4vddg72r2rnjjjzxnxb2skvj7";
|
sha256 = "1bc5h2jdqbgna8zbhqyphlqcldz4vddg72r2rnjjjzxnxb2skvj7";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user