Merge pull request #238409 from dasj19/giara-update

giara: 1.0.1 -> 1.1.0

authored by

Sandro and committed by
GitHub
7b4ba7d0 e613749b

+5 -2
+5 -2
pkgs/applications/networking/giara/default.nix
··· 18 }: 19 python3.pkgs.buildPythonApplication rec { 20 pname = "giara"; 21 - version = "1.0.1"; 22 23 format = "other"; 24 ··· 27 owner = "World"; 28 repo = pname; 29 rev = version; 30 - hash = "sha256-hKaniW+bbuKUrETMQGWwvC2kyudK9tCE/R69dOFzdQM="; 31 }; 32 33 nativeBuildInputs = [ ··· 62 postPatch = '' 63 substituteInPlace meson_post_install.py \ 64 --replace "gtk-update-icon-cache" "gtk4-update-icon-cache" 65 ''; 66 67 meta = with lib; {
··· 18 }: 19 python3.pkgs.buildPythonApplication rec { 20 pname = "giara"; 21 + version = "1.1.0"; 22 23 format = "other"; 24 ··· 27 owner = "World"; 28 repo = pname; 29 rev = version; 30 + hash = "sha256-FTy0ElcoTGXG9eV85pUrF35qKDKOfYIovPtjLfTJVOg="; 31 }; 32 33 nativeBuildInputs = [ ··· 62 postPatch = '' 63 substituteInPlace meson_post_install.py \ 64 --replace "gtk-update-icon-cache" "gtk4-update-icon-cache" 65 + # blueprint-compiler expects "profile" to be a string. 66 + substituteInPlace data/ui/headerbar.blp \ 67 + --replace "item { custom: profile; }" 'item { custom: "profile"; }' 68 ''; 69 70 meta = with lib; {