Merge pull request #321222 from Aleksanaa/gabutdm

gabutdm: 2.1.6 -> 2.2.8
This commit is contained in:
Weijia Wang
2024-06-20 17:26:12 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
@@ -14,18 +14,19 @@
, json-glib
, qrencode
, curl
, libadwaita
, aria2
}:
stdenv.mkDerivation rec {
pname = "gabutdm";
version = "2.1.6";
version = "2.2.8";
src = fetchFromGitHub {
owner = "gabutakut";
repo = pname;
repo = "gabutdm";
rev = version;
hash = "sha256-ai5LsoK21XwXqL4LRuKsOR1/JV6LnP+1ZJ9fMHpj178=";
hash = "sha256-HF+zBDkA9fYauLUYsvJJxcRggHu+5qH4rm0IM/tL9Hc=";
};
nativeBuildInputs = [
@@ -45,11 +46,12 @@ stdenv.mkDerivation rec {
json-glib
qrencode
curl
libadwaita
];
postPatch = ''
substituteInPlace meson/post_install.py \
--replace gtk-update-icon-cache gtk4-update-icon-cache
--replace-fail gtk-update-icon-cache gtk4-update-icon-cache
'';
preFixup = ''
-2
View File
@@ -1748,8 +1748,6 @@ with pkgs;
copier = callPackage ../tools/misc/copier { };
gabutdm = callPackage ../applications/networking/gabutdm { };
gamemode = callPackage ../tools/games/gamemode {
libgamemode32 = pkgsi686Linux.gamemode.lib;
};