Unverified Commit 348c079a authored by xanderio's avatar xanderio Committed by GitHub
Browse files

passes: 0.9 -> 0.10 (#376442)

parents 787bfec3 b90a52b4
Loading
Loading
Loading
Loading
+3 −8
Original line number Diff line number Diff line
@@ -18,23 +18,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "passes";
  version = "0.9";
  version = "0.10";

  src = fetchFromGitHub {
    owner = "pablo-s";
    repo = "passes";
    rev = "v${finalAttrs.version}";
    hash = "sha256-RfoqIyqc9zwrWZ5RLhQl+6vTccbCTwtDcMlnWPCDOag=";
    hash = "sha256-e6nHCOrb2PX47REr7sy80n1aTdMZ0c2QZlIIib4vll8=";
  };

  postPatch = ''
    substituteInPlace src/model/meson.build \
      --replace /app/lib ${zint}/lib
    substituteInPlace src/view/window.blp \
      --replace reveal_flap reveal-flap
    substituteInPlace build-aux/meson/postinstall.py \
      --replace gtk-update-icon-cache gtk4-update-icon-cache
    patchShebangs build-aux/meson/postinstall.py
      --replace-fail /app/lib ${zint}/lib
  '';

  strictDeps = true;