wolf-shaper: 0.1.6 -> 0.1.7

This commit is contained in:
Bart Brouns 2019-07-19 17:45:43 +02:00
parent 6c0ed987ee
commit c8049551a6

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "wolf-shaper-${version}";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "pdesaulniers";
repo = "wolf-shaper";
rev = "v${version}";
sha256 = "01h5dm1nrr0i54ancwznr7wn4vpw08dw0b69v3axy32r5j7plw6s";
sha256 = "0lllgcbnnh1m95bp29hh17x170hl7170zizjrvy892qfkn36830d";
fetchSubmodules = true;
};