cliquer: 1.22 -> 1.23 (#456294)

This commit is contained in:
7c6f434c
2025-10-27 23:59:05 +00:00
committed by GitHub
+4 -2
View File
@@ -3,10 +3,11 @@
stdenv,
fetchFromGitHub,
autoreconfHook,
pkg-config,
}:
stdenv.mkDerivation rec {
version = "1.22";
version = "1.23";
pname = "cliquer";
# autotoolized version of the original cliquer
@@ -14,13 +15,14 @@ stdenv.mkDerivation rec {
owner = "dimpase";
repo = "autocliquer";
rev = "v${version}";
sha256 = "00gcmrhi2fjn8b246w5a3b0pl7p6haxy5wjvd9kcqib1xanz59z4";
hash = "sha256-SGpur3sF1dYQU97wprERUqlr6LIX+NyXZVl0eSEd3uM=";
};
doCheck = true;
nativeBuildInputs = [
autoreconfHook
pkg-config
];
meta = with lib; {