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 18 }: 19 19 python3.pkgs.buildPythonApplication rec { 20 20 pname = "giara"; 21 - version = "1.0.1"; 21 + version = "1.1.0"; 22 22 23 23 format = "other"; 24 24 ··· 27 27 owner = "World"; 28 28 repo = pname; 29 29 rev = version; 30 - hash = "sha256-hKaniW+bbuKUrETMQGWwvC2kyudK9tCE/R69dOFzdQM="; 30 + hash = "sha256-FTy0ElcoTGXG9eV85pUrF35qKDKOfYIovPtjLfTJVOg="; 31 31 }; 32 32 33 33 nativeBuildInputs = [ ··· 62 62 postPatch = '' 63 63 substituteInPlace meson_post_install.py \ 64 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"; }' 65 68 ''; 66 69 67 70 meta = with lib; {