mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Merge pull request #77965 from magnetophon/noise-repellent
noise-repellent: unstable-2018-12-29 -> 0.1.5
This commit is contained in:
commit
d196b364df
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "noise-repellent";
|
pname = "noise-repellent";
|
||||||
version = "unstable-2018-12-29";
|
version = "0.1.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lucianodato";
|
owner = "lucianodato";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "9efdd0b41ec184a792087c87cbf5382f455e33ec";
|
rev = version;
|
||||||
sha256 = "0pn9cxapfvb5l62q86bchyfll1290vi0rhrzarb1jpc4ix7kz53c";
|
sha256 = "0hb89x9i2knzan46q4nwscf5zmnb2nwf4w13xl2c0y1mx1ls1mwl";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue