1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pkgs/development/libraries/libsamplerate: fixed the sha256 hash of the release tarball

svn path=/nixpkgs/trunk/; revision=24421
This commit is contained in:
Peter Simons 2010-10-22 15:04:26 +00:00
parent fbbcd05f4d
commit 1e7ef9e33f

View file

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "http://www.mega-nerd.com/SRC/${name}.tar.gz";
sha256 = "1m1iwzpcny42kcqv5as2nyb0ggrb56wzckpximqpp2y74dipdf4q";
sha256 = "1k3z09b13c0z10mqfn6w48pxsdx569s3wslg0x52q5mzy6gmvvbq";
};
buildInputs = [ pkgconfig ];