summary refs log tree commit diff
path: root/pkgs/applications/audio/radiotray-ng
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-10-28 01:43:53 -0500
committerWill Dietz <w@wdtz.org>2019-10-28 01:45:01 -0500
commit0be3118f7eb47dc544bbd16a9d0eb25860b85d03 (patch)
tree1400922019e8aa89a9651638c43c5bae0bd7b009 /pkgs/applications/audio/radiotray-ng
parentc5ed4a8b2902aaf519f037742cae03f224f0cc1a (diff)
downloadnixpkgs-0be3118f7eb47dc544bbd16a9d0eb25860b85d03.tar
nixpkgs-0be3118f7eb47dc544bbd16a9d0eb25860b85d03.tar.gz
nixpkgs-0be3118f7eb47dc544bbd16a9d0eb25860b85d03.tar.bz2
nixpkgs-0be3118f7eb47dc544bbd16a9d0eb25860b85d03.tar.lz
nixpkgs-0be3118f7eb47dc544bbd16a9d0eb25860b85d03.tar.xz
nixpkgs-0be3118f7eb47dc544bbd16a9d0eb25860b85d03.tar.zst
nixpkgs-0be3118f7eb47dc544bbd16a9d0eb25860b85d03.zip
radiotray-ng: 0.2.6 -> 0.2.7
https://github.com/ebruck/radiotray-ng/releases/tag/v0.2.7
Diffstat (limited to 'pkgs/applications/audio/radiotray-ng')
-rw-r--r--pkgs/applications/audio/radiotray-ng/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/radiotray-ng/default.nix b/pkgs/applications/audio/radiotray-ng/default.nix
index c0186a146be..a2e24a42ba7 100644
--- a/pkgs/applications/audio/radiotray-ng/default.nix
+++ b/pkgs/applications/audio/radiotray-ng/default.nix
@@ -40,13 +40,13 @@ let
 in
 stdenv.mkDerivation rec {
   pname = "radiotray-ng";
-  version = "0.2.6";
+  version = "0.2.7";
 
   src = fetchFromGitHub {
     owner = "ebruck";
-    repo = "radiotray-ng";
+    repo = pname;
     rev = "v${version}";
-    sha256 = "0khrfxjas2ldh0kksq7l811srqy16ahjxchvz0hhykx5hykymxlb";
+    sha256 = "1v2nsz7s0jj0wmqabzk6akcf1353rachm1lfq77hxbq9z5pw8pgb";
   };
 
   nativeBuildInputs = [ cmake pkgconfig wrapGAppsHook makeWrapper ];