mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
pkgs/development/libraries/libsamplerate: fixed the sha256 hash of the release tarball
svn path=/nixpkgs/trunk/; revision=24421
This commit is contained in:
parent
fbbcd05f4d
commit
1e7ef9e33f
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.mega-nerd.com/SRC/${name}.tar.gz";
|
url = "http://www.mega-nerd.com/SRC/${name}.tar.gz";
|
||||||
sha256 = "1m1iwzpcny42kcqv5as2nyb0ggrb56wzckpximqpp2y74dipdf4q";
|
sha256 = "1k3z09b13c0z10mqfn6w48pxsdx569s3wslg0x52q5mzy6gmvvbq";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig ];
|
buildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user