hareThirdParty.hare-png: 0-unstable-2023-09-09 → 0-unstable-2024-03-13, mark as broken

This commit is contained in:
Nikolay Korotkiy
2026-03-01 17:42:32 +04:00
parent 1ae2c4a0a4
commit e5aa9219b2
+4 -3
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "hare-png";
version = "0-unstable-2023-09-09";
version = "0-unstable-2024-03-13";
src = fetchFromSourcehut {
owner = "~sircmpwn";
repo = "hare-png";
rev = "9deb848ae691d784c5cc7949153cfa04c67f90b6";
hash = "sha256-Q7xylsLVd/sp57kv6WzC7QHGN1xOsm7YEsYCbY/zi1Q=";
rev = "5ae7bc7f6caa6f89dcfd8e3ebed717b50c35e085";
hash = "sha256-DVXTlM3f5G5Zsra7KJn8++mmrEhAOr7q0kA4Ep66VKw=";
};
nativeBuildInputs = [ hareHook ];
@@ -30,5 +30,6 @@ stdenv.mkDerivation (finalAttrs: {
license = with lib.licenses; [ mpl20 ];
maintainers = with lib.maintainers; [ starzation ];
inherit (hareHook.meta) platforms badPlatforms;
broken = true; # hare 0.26.0
};
})