summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-02 10:11:10 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-02 10:11:10 -0700
commita9f78307e61eadec958ef9d8bcc15af5f679e466 (patch)
tree61b5534221d059ddbe8b6f394c8d3247a56c97d0 /pkgs
parent7e33e374db487ed87db316db3b2687f917aa7f90 (diff)
downloadnixpkgs-a9f78307e61eadec958ef9d8bcc15af5f679e466.tar
nixpkgs-a9f78307e61eadec958ef9d8bcc15af5f679e466.tar.gz
nixpkgs-a9f78307e61eadec958ef9d8bcc15af5f679e466.tar.bz2
nixpkgs-a9f78307e61eadec958ef9d8bcc15af5f679e466.tar.lz
nixpkgs-a9f78307e61eadec958ef9d8bcc15af5f679e466.tar.xz
nixpkgs-a9f78307e61eadec958ef9d8bcc15af5f679e466.tar.zst
nixpkgs-a9f78307e61eadec958ef9d8bcc15af5f679e466.zip
remotebox: 2.4 -> 2.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/remotebox/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/lqc90dpw05j8jvi8n0klma3cipg70h6l-remotebox-2.5/bin/remotebox -h’ got 0 exit code
- found 2.5 with grep in /nix/store/lqc90dpw05j8jvi8n0klma3cipg70h6l-remotebox-2.5
- directory tree listing: https://gist.github.com/52fb098e7f7315de708c331b65eadfb4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/virtualization/remotebox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/virtualization/remotebox/default.nix b/pkgs/applications/virtualization/remotebox/default.nix
index 40eadad68d0..6743c849189 100644
--- a/pkgs/applications/virtualization/remotebox/default.nix
+++ b/pkgs/applications/virtualization/remotebox/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "remotebox-${version}";
-  version = "2.4";
+  version = "2.5";
 
   src = fetchurl {
     url = "http://remotebox.knobgoblin.org.uk/downloads/RemoteBox-${version}.tar.bz2";
-    sha256 = "14zcpzpdb5gxkxvckcdwq3mfv8b18zirbdskzddhqxjddkzayckz";
+    sha256 = "0dajc9fg57gj915h5dxavbia4wx10frn4xc61pv0l8r5zp7xvqal";
   };
 
   buildInputs = with perlPackages; [ perl Glib Gtk2 Pango SOAPLite ];