Merge pull request #267212 from eyJhb/transgui-update

transgui: unstable-2022-02-02 -> unstable-2023-10-19

authored by Pol Dellaiera and committed by GitHub c757ce14 8aad600d

+3 -11
+3 -11
pkgs/applications/networking/p2p/transgui/default.nix
··· 3 4 stdenv.mkDerivation rec { 5 pname = "transgui"; 6 - version = "unstable-2022-02-02"; 7 8 src = fetchFromGitHub { 9 owner = "transmission-remote-gui"; 10 repo = "transgui"; 11 - rev = "0e2c2a07c1b21b1704c0a4945a111a8aa1050a1a"; 12 - sha256 = "1x9wzii3q9zanpik4xc99jqsfrqch8vjmlx12jrvczxcfy51b1ba"; 13 }; 14 - 15 - patches = [ 16 - # TDDO: remove when transgui updates for transmission-daemon v3 rpc protocol 17 - (fetchpatch { 18 - url = "https://github.com/transmission-remote-gui/transgui/commit/9275c3fb877dd753a1940d1b900630cdc09a0cc2.patch"; 19 - sha256 = "0w2x7gcxp5kqczdz7ckfqhdz9hhkm62k8gcws54d6km7x9vc1023"; 20 - }) 21 - ]; 22 23 nativeBuildInputs = [ pkg-config unzip ]; 24 buildInputs = [
··· 3 4 stdenv.mkDerivation rec { 5 pname = "transgui"; 6 + version = "unstable-2023-10-19"; 7 8 src = fetchFromGitHub { 9 owner = "transmission-remote-gui"; 10 repo = "transgui"; 11 + rev = "b1f5c2334edb6659c04863ef4a534ba1e57284f0"; 12 + sha256 = "sha256-XCokcA5lINC9B+qwg0vjkymwa16ZNHRKLI829+X7CvE="; 13 }; 14 15 nativeBuildInputs = [ pkg-config unzip ]; 16 buildInputs = [