summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-03 06:57:36 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-03 06:57:36 +0000
commit590d2c63e72baa4432d070480a2224fc8d27a620 (patch)
treeb7d22633f8ea17409658781450376b9f67549351 /pkgs/applications/audio
parent535c1daca6705026c6858a5aca1229064ed537d0 (diff)
downloadnixpkgs-590d2c63e72baa4432d070480a2224fc8d27a620.tar
nixpkgs-590d2c63e72baa4432d070480a2224fc8d27a620.tar.gz
nixpkgs-590d2c63e72baa4432d070480a2224fc8d27a620.tar.bz2
nixpkgs-590d2c63e72baa4432d070480a2224fc8d27a620.tar.lz
nixpkgs-590d2c63e72baa4432d070480a2224fc8d27a620.tar.xz
nixpkgs-590d2c63e72baa4432d070480a2224fc8d27a620.tar.zst
nixpkgs-590d2c63e72baa4432d070480a2224fc8d27a620.zip
pianobar: 2020.04.05 -> 2020.11.28
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/pianobar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pianobar/default.nix b/pkgs/applications/audio/pianobar/default.nix
index 4cdf415d26b..68e41d5cadf 100644
--- a/pkgs/applications/audio/pianobar/default.nix
+++ b/pkgs/applications/audio/pianobar/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, pkgconfig, libao, json_c, libgcrypt, ffmpeg_3, curl }:
 
 stdenv.mkDerivation rec {
-  name = "pianobar-2020.04.05";
+  name = "pianobar-2020.11.28";
 
   src = fetchurl {
     url = "http://6xq.net/projects/pianobar/${name}.tar.bz2";
-    sha256 = "1034f9ilj9xjw12d6n4vadhl5jzrx0jv8gq1w0rg9hfc55mkn5vc";
+    sha256 = "1znlwybfpxsjqr1jmr8j0ci8wzmpzmk2yxb0qcx9w9a8nnbgnfv5";
   };
 
   nativeBuildInputs = [ pkgconfig ];