Skip to content

Commit e9ad0e6

Browse files
authored
confy: 0.7.1 -> 0.8.0 (#372892)
2 parents ef5af1e + 4da0e1d commit e9ad0e6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pkgs/by-name/co/confy/package.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "confy";
20-
version = "0.7.1";
20+
version = "0.8.0";
2121

2222
src = fetchFromSourcehut {
2323
owner = "~fabrixxm";
2424
repo = "confy";
2525
rev = finalAttrs.version;
26-
hash = "sha256-BXQDnRRt2Kuqc1Gwx6Ba6BoEWhICTCsWWkGlBsStyT8=";
26+
hash = "sha256-lQZ9joLK6w+sIjCVOEHstnnQomUl2E4F8FXCZukMUkI=";
2727
};
2828

2929
nativeBuildInputs = [
@@ -48,12 +48,6 @@ stdenv.mkDerivation (finalAttrs: {
4848
))
4949
];
5050

51-
postPatch = ''
52-
substituteInPlace build-aux/meson/postinstall.py \
53-
--replace-fail 'gtk-update-icon-cache' 'gtk4-update-icon-cache'
54-
patchShebangs build-aux/meson/postinstall.py
55-
'';
56-
5751
meta = with lib; {
5852
changelog = "https://git.sr.ht/~fabrixxm/confy/refs/${finalAttrs.version}";
5953
description = "Conferences schedule viewer";

0 commit comments

Comments
 (0)