about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorMichael Alan Dorman <mdorman@ironicdesign.com>2015-05-24 08:00:40 -0400
committerMichael Alan Dorman <mdorman@ironicdesign.com>2015-05-25 17:13:37 -0400
commitfb655dce4cb0984720ca8af916edd9a9f9728d14 (patch)
tree9e9f5ca8219b7cda99123d49d0937b04c7a647ab /pkgs/tools/audio
parentf42d2503d797af88054fb3ebed66307092fdcc59 (diff)
downloadnixlib-fb655dce4cb0984720ca8af916edd9a9f9728d14.tar
nixlib-fb655dce4cb0984720ca8af916edd9a9f9728d14.tar.gz
nixlib-fb655dce4cb0984720ca8af916edd9a9f9728d14.tar.bz2
nixlib-fb655dce4cb0984720ca8af916edd9a9f9728d14.tar.lz
nixlib-fb655dce4cb0984720ca8af916edd9a9f9728d14.tar.xz
nixlib-fb655dce4cb0984720ca8af916edd9a9f9728d14.tar.zst
nixlib-fb655dce4cb0984720ca8af916edd9a9f9728d14.zip
Fix SHA for pasystray.
I presume there's something about how github creates the .zip files such
that they can change SHA.

Please note: this is a very outdated version of pasystray---I don't know
if that's intentional, but perhaps a better strategy would be to update
it wholesale.
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/pasystray/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/audio/pasystray/default.nix b/pkgs/tools/audio/pasystray/default.nix
index bbe99eaccbe4..787ab7dd3d61 100644
--- a/pkgs/tools/audio/pasystray/default.nix
+++ b/pkgs/tools/audio/pasystray/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
 
   src = fetchurl {
     url = "https://github.com/christophgysin/pasystray/archive/${name}.zip";
-    sha256 = "1gpb7yqcxqglv50iqbkg2lg3r0z07jm4ir2zqmvns6sgddks590w";
+    sha256 = "0n41qm04kilhc827yx8y1ijslmajg2dxykaf3s3aq6s6bjzzw8bh";
   };
 
   buildInputs = [ unzip autoconf automake makeWrapper pkgconfig