mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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.
This commit is contained in:
parent
f42d2503d7
commit
fb655dce4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user