python3Packages.samplerate: fix revision
This commit is contained in:
parent
ea85ac9f15
commit
75739fd05b
@ -7054,15 +7054,15 @@ in modules // {
|
|||||||
name = "scikits.samplerate-${version}";
|
name = "scikits.samplerate-${version}";
|
||||||
version = "0.3.3";
|
version = "0.3.3";
|
||||||
src = pkgs.fetchgit {
|
src = pkgs.fetchgit {
|
||||||
url = https://github.com/ThomasLecocq/samplerate;
|
url = https://github.com/cournape/samplerate;
|
||||||
rev = "7edb22b23f5aa8e7342aea0b538bdd0434988510";
|
rev = "a536c97eb2d6195b5f266ea3cc3a35364c4c2210";
|
||||||
sha256 = "ec2a09819c38028283505090ee9839963d3557e73f6e8eb3348ff8884d0d67ed";
|
sha256 = "0mgic7bs5zv5ji05vr527jlxxlb70f9dg93hy1lzyz2plm1kf7gg";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ pkgs.libsamplerate ];
|
buildInputs = with self; [ pkgs.libsamplerate ];
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ numpy ];
|
propagatedBuildInputs = with self; [ numpy ];
|
||||||
|
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
cat > site.cfg << END
|
cat > site.cfg << END
|
||||||
[samplerate]
|
[samplerate]
|
||||||
|
Loading…
Reference in New Issue
Block a user