about summary refs log tree commit diff
path: root/pkgs/applications/audio/pianobar
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2021-01-16 16:23:09 -0300
committerGitHub <noreply@github.com>2021-01-16 16:23:09 -0300
commitfe0b3800c186fe2b19f8cc6994e7c1e2b4740a53 (patch)
tree84d5254047a850ebe39bccdd1cc7ade84fa240c0 /pkgs/applications/audio/pianobar
parent2bfd90c8c667ed083702694e1799e9fed4011d31 (diff)
parent590d2c63e72baa4432d070480a2224fc8d27a620 (diff)
Merge pull request #105770 from r-ryantm/auto-update/pianobar
pianobar: 2020.04.05 -> 2020.11.28
Diffstat (limited to 'pkgs/applications/audio/pianobar')
-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 b53c088b7af9a..e9f54aeb58b10 100644
--- a/pkgs/applications/audio/pianobar/default.nix
+++ b/pkgs/applications/audio/pianobar/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, lib, 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 ];