Unverified Commit e5aa9219 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy
Browse files

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

parent 1ae2c4a0
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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
  };
})