Merge pull request #321222 from Aleksanaa/gabutdm

gabutdm: 2.1.6 -> 2.2.8

authored by Weijia Wang and committed by GitHub f9666930 4ebb859e

+6 -6
+6 -4
pkgs/applications/networking/gabutdm/default.nix pkgs/by-name/ga/gabutdm/package.nix
··· 14 , json-glib 15 , qrencode 16 , curl 17 , aria2 18 }: 19 20 stdenv.mkDerivation rec { 21 pname = "gabutdm"; 22 - version = "2.1.6"; 23 24 src = fetchFromGitHub { 25 owner = "gabutakut"; 26 - repo = pname; 27 rev = version; 28 - hash = "sha256-ai5LsoK21XwXqL4LRuKsOR1/JV6LnP+1ZJ9fMHpj178="; 29 }; 30 31 nativeBuildInputs = [ ··· 45 json-glib 46 qrencode 47 curl 48 ]; 49 50 postPatch = '' 51 substituteInPlace meson/post_install.py \ 52 - --replace gtk-update-icon-cache gtk4-update-icon-cache 53 ''; 54 55 preFixup = ''
··· 14 , json-glib 15 , qrencode 16 , curl 17 + , libadwaita 18 , aria2 19 }: 20 21 stdenv.mkDerivation rec { 22 pname = "gabutdm"; 23 + version = "2.2.8"; 24 25 src = fetchFromGitHub { 26 owner = "gabutakut"; 27 + repo = "gabutdm"; 28 rev = version; 29 + hash = "sha256-HF+zBDkA9fYauLUYsvJJxcRggHu+5qH4rm0IM/tL9Hc="; 30 }; 31 32 nativeBuildInputs = [ ··· 46 json-glib 47 qrencode 48 curl 49 + libadwaita 50 ]; 51 52 postPatch = '' 53 substituteInPlace meson/post_install.py \ 54 + --replace-fail gtk-update-icon-cache gtk4-update-icon-cache 55 ''; 56 57 preFixup = ''
-2
pkgs/top-level/all-packages.nix
··· 1748 1749 copier = callPackage ../tools/misc/copier { }; 1750 1751 - gabutdm = callPackage ../applications/networking/gabutdm { }; 1752 - 1753 gamemode = callPackage ../tools/games/gamemode { 1754 libgamemode32 = pkgsi686Linux.gamemode.lib; 1755 };
··· 1748 1749 copier = callPackage ../tools/misc/copier { }; 1750 1751 gamemode = callPackage ../tools/games/gamemode { 1752 libgamemode32 = pkgsi686Linux.gamemode.lib; 1753 };