rsgain: 3.5.2 -> 3.5.3
This commit is contained in:
parent
cd43d68671
commit
f84e55a57b
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rsgain";
|
pname = "rsgain";
|
||||||
version = "3.5.2";
|
version = "3.5.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "complexlogic";
|
owner = "complexlogic";
|
||||||
repo = "rsgain";
|
repo = "rsgain";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-kTvIMsRI99U2ovkN5pC4OUS/bJWpRYSuRcvObvQRnbQ=";
|
hash = "sha256-4LEvcuP2Eyco3iQvT6rZhbfY02Y70rW2n5PaS+rGDkQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [pkg-config cmake];
|
nativeBuildInputs = [pkg-config cmake];
|
||||||
|
Loading…
Reference in New Issue
Block a user