abc-verifier: 2021.11.12 -> 2022.03.04
This commit is contained in:
parent
9488c22d58
commit
0e4d199cbd
1 changed files with 3 additions and 3 deletions
|
@ -4,13 +4,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "abc-verifier";
|
pname = "abc-verifier";
|
||||||
version = "2021.11.12";
|
version = "2022.03.04";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yosyshq";
|
owner = "yosyshq";
|
||||||
repo = "abc";
|
repo = "abc";
|
||||||
rev = "f6fa2ddcfc89099726d60386befba874c7ac1e0d";
|
rev = "d7ecb23eeee9c9b4924182ce570c2e33eb18abff";
|
||||||
hash = "sha256-0rvMPZ+kL0m/GjlCLx3eXYQ0osQ2wQiS3+csqPl3U9s=";
|
hash = "sha256-aufWRTggJNOaUFsjh5+HFDqEur+nuM0hZSsTfGptbks=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Reference in a new issue