remotebox: 2.7 -> 3.4 (#283153)

This commit is contained in:
Wolfgang Walther 2024-12-07 22:08:34 +01:00 committed by GitHub
commit 1e56a3b5ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "remotebox"; pname = "remotebox";
version = "2.7"; version = "3.4";
src = fetchurl { src = fetchurl {
url = "http://remotebox.knobgoblin.org.uk/downloads/RemoteBox-${version}.tar.bz2"; url = "http://remotebox.knobgoblin.org.uk/downloads/RemoteBox-${version}.tar.bz2";
sha256 = "0csf6gd7pqq4abia4z0zpzlq865ri1z0821kjy7p3iawqlfn75pb"; sha256 = "sha256-oIWSli/pc+kqMkYqkeHr3fZshWUHx6ecqAZXf6fl2ik=";
}; };
buildInputs = with perlPackages; [ perl Glib Gtk2 Pango SOAPLite ]; buildInputs = with perlPackages; [ perl Glib Gtk2 Pango SOAPLite ];