abc-verifier: unstable-2023-09-13 -> unstable-2023-10-13
This commit is contained in:
parent
e947b23190
commit
783a01c64e
1 changed files with 3 additions and 3 deletions
|
@ -7,13 +7,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "abc-verifier";
|
pname = "abc-verifier";
|
||||||
version = "unstable-2023-09-13";
|
version = "unstable-2023-10-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "yosyshq";
|
owner = "yosyshq";
|
||||||
repo = "abc";
|
repo = "abc";
|
||||||
rev = "daad9ede0137dc58487a0abc126253e671a85b14";
|
rev = "896e5e7dedf9b9b1459fa019f1fa8aa8101fdf43";
|
||||||
hash = "sha256-5XeFYvdqT08xduFUDC5yK1jEOV1fYzyQD7N9ZmG3mpQ=";
|
hash = "sha256-ou+E2lvDEOxXRXNygE/TyVi7quqk+CJHRI+HDI0xljE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Reference in a new issue