From 4da0e1d3632e7528621c2743f7f13dd49dffbf0a Mon Sep 17 00:00:00 2001 From: Michael Evans Date: Sat, 11 Jan 2025 11:51:48 +0200 Subject: [PATCH] confy: 0.7.1 -> 0.8.0 --- pkgs/by-name/co/confy/package.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/by-name/co/confy/package.nix b/pkgs/by-name/co/confy/package.nix index 68fe0c31ffe7..1f2a8ab4f067 100644 --- a/pkgs/by-name/co/confy/package.nix +++ b/pkgs/by-name/co/confy/package.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "confy"; - version = "0.7.1"; + version = "0.8.0"; src = fetchFromSourcehut { owner = "~fabrixxm"; repo = "confy"; rev = finalAttrs.version; - hash = "sha256-BXQDnRRt2Kuqc1Gwx6Ba6BoEWhICTCsWWkGlBsStyT8="; + hash = "sha256-lQZ9joLK6w+sIjCVOEHstnnQomUl2E4F8FXCZukMUkI="; }; nativeBuildInputs = [ @@ -48,12 +48,6 @@ stdenv.mkDerivation (finalAttrs: { )) ]; - postPatch = '' - substituteInPlace build-aux/meson/postinstall.py \ - --replace-fail 'gtk-update-icon-cache' 'gtk4-update-icon-cache' - patchShebangs build-aux/meson/postinstall.py - ''; - meta = with lib; { changelog = "https://git.sr.ht/~fabrixxm/confy/refs/${finalAttrs.version}"; description = "Conferences schedule viewer";