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