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 }; })