Merge pull request #65146 from magnetophon/wolf-shaper

wolf-shaper: 0.1.6 -> 0.1.7
This commit is contained in:
worldofpeace 2019-07-27 09:23:45 -04:00 committed by GitHub
commit 6d6685e4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}; };