Skip to content

Commit

Permalink
passes: 0.9 -> 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Jan 24, 2025
1 parent 146fe2e commit b90a52b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions pkgs/by-name/pa/passes/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b90a52b

Please sign in to comment.