Merge pull request #208460 from r-ryantm/auto-update/wolf-shaper

wolf-shaper: 0.1.8 -> 1.0.0
This commit is contained in:
Nick Cao 2023-01-14 11:58:56 +08:00 committed by GitHub
commit f223477a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wolf-shaper";
version = "0.1.8";
version = "1.0.0";
src = fetchFromGitHub {
owner = "pdesaulniers";
repo = "wolf-shaper";
rev = "v${version}";
sha256 = "1j9xmh1nkf45ay1c5dz2g165qvrwlanzcq6mvb3nfxar265drd9q";
sha256 = "sha256-BREv0nQVysWdx/sVd0cdFji49xtLmHEL8b2jLtgjDfI=";
fetchSubmodules = true;
};