Merge pull request #270399 from pbsds/fix-transgui-1701081491

transgui: set updateScript to unstableGitUpdater
This commit is contained in:
Nick Cao 2023-11-28 09:55:05 -05:00 committed by GitHub
commit c7b523c250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
{ lib, stdenv, fetchFromGitHub, pkg-config, makeDesktopItem, fetchpatch, unzip
, fpc, lazarus, libX11, glib, gtk2, gdk-pixbuf, pango, atk, cairo, openssl }:
, fpc, lazarus, libX11, glib, gtk2, gdk-pixbuf, pango, atk, cairo, openssl
, unstableGitUpdater }:
stdenv.mkDerivation rec {
pname = "transgui";
@ -9,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "transmission-remote-gui";
repo = "transgui";
rev = "b1f5c2334edb6659c04863ef4a534ba1e57284f0";
sha256 = "sha256-XCokcA5lINC9B+qwg0vjkymwa16ZNHRKLI829+X7CvE=";
hash = "sha256-XCokcA5lINC9B+qwg0vjkymwa16ZNHRKLI829+X7CvE=";
};
nativeBuildInputs = [ pkg-config unzip ];
@ -59,6 +60,8 @@ stdenv.mkDerivation rec {
cp -r "./lang" "$out/share/transgui"
'';
passthru.updateScript = unstableGitUpdater { };
meta = {
description = "A cross platform front-end for the Transmission BitTorrent client";
homepage = "https://sourceforge.net/p/transgui";