abc-verifier: unstable-2023-02-04 -> unstable-2023-02-23

This commit is contained in:
Luflosi 2023-03-07 23:52:13 +01:00 committed by Austin Seipp
parent 3c3475c673
commit e8f1fcd350

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "abc-verifier";
version = "unstable-2023-02-04";
version = "unstable-2023-02-23";
src = fetchFromGitHub {
owner = "yosyshq";
repo = "abc";
rev = "a8f0ef2368aa56b3ad20a52298a02e63b2a93e2d";
hash = "sha256-48i6AKQhMG5hcnkS0vejOy1PqFbeb6FpU7Yx0rEvHDI=";
rev = "2c1c83f75b8078ced51f92c697da3e712feb3ac3";
hash = "sha256-THcyEifIp9v1bOofFVm9NFPqgI6NfKKys+Ea2KyNpv8=";
};
nativeBuildInputs = [ cmake ];