summary refs log tree commit diff
path: root/pkgs/applications/audio/rhythmbox/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-03-03 01:27:47 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-03-05 06:06:08 +0100
commitce025912209362761f751185cf91c62da6345db2 (patch)
tree9c592666b242c6aa9b4aa514fd80911c850bc168 /pkgs/applications/audio/rhythmbox/default.nix
parent5b141e2d4921377bccd58e1885ce9c194820cb72 (diff)
downloadnixpkgs-ce025912209362761f751185cf91c62da6345db2.tar
nixpkgs-ce025912209362761f751185cf91c62da6345db2.tar.gz
nixpkgs-ce025912209362761f751185cf91c62da6345db2.tar.bz2
nixpkgs-ce025912209362761f751185cf91c62da6345db2.tar.lz
nixpkgs-ce025912209362761f751185cf91c62da6345db2.tar.xz
nixpkgs-ce025912209362761f751185cf91c62da6345db2.tar.zst
nixpkgs-ce025912209362761f751185cf91c62da6345db2.zip
rhythmbox: 3.2.1 → 3.4.2
Diffstat (limited to 'pkgs/applications/audio/rhythmbox/default.nix')
-rw-r--r--pkgs/applications/audio/rhythmbox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/rhythmbox/default.nix b/pkgs/applications/audio/rhythmbox/default.nix
index f54f6a1f3d9..a23324c7fda 100644
--- a/pkgs/applications/audio/rhythmbox/default.nix
+++ b/pkgs/applications/audio/rhythmbox/default.nix
@@ -15,13 +15,13 @@
 }:
 let
   pname = "rhythmbox";
-  version = "3.2.1";
+  version = "3.4.2";
 in stdenv.mkDerivation rec {
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
-    sha256 = "0f3radhlji7rxl760yl2vm49fvfslympxrpm8497acbmbd7wlhxz";
+    sha256 = "0hzcns8gf5yb0rm4ss8jd8qzarcaplp5cylk6plwilsqfvxj4xn2";
   };
 
   nativeBuildInputs = [