wolf-shaper: 0.1.6 -> 0.1.7
This commit is contained in:
parent
6c0ed987ee
commit
c8049551a6
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wolf-shaper-${version}";
|
name = "wolf-shaper-${version}";
|
||||||
version = "0.1.6";
|
version = "0.1.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pdesaulniers";
|
owner = "pdesaulniers";
|
||||||
repo = "wolf-shaper";
|
repo = "wolf-shaper";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "01h5dm1nrr0i54ancwznr7wn4vpw08dw0b69v3axy32r5j7plw6s";
|
sha256 = "0lllgcbnnh1m95bp29hh17x170hl7170zizjrvy892qfkn36830d";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue