From e5aa9219b2cd871f05613d95ec4ffda879078377 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 1 Mar 2026 17:42:32 +0400 Subject: [PATCH] =?UTF-8?q?hareThirdParty.hare-png:=200-unstable-2023-09-0?= =?UTF-8?q?9=20=E2=86=92=200-unstable-2024-03-13,=20mark=20as=20broken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/hare-third-party/hare-png/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/hare-third-party/hare-png/default.nix b/pkgs/development/hare-third-party/hare-png/default.nix index f7349600e773..08029b59c70d 100644 --- a/pkgs/development/hare-third-party/hare-png/default.nix +++ b/pkgs/development/hare-third-party/hare-png/default.nix @@ -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 }; })