passes: 0.9 -> 0.10 (#376442)

This commit is contained in:
xanderio
2025-02-14 15:19:06 +01:00
committed by GitHub
+3 -8
View File
@@ -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;