Merge pull request #168178 from Ferdi265/update-wl-mirror

This commit is contained in:
Maciej Krüger 2022-04-10 23:05:36 +02:00 committed by GitHub
commit 343c7dc0a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,13 +26,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.9.2";
version = "0.10.0";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-W/8DApyd7KtrOrP7Qj6oPKXxLrVzHDuIMOdg+k5ngr4=";
hash = "sha256-ygzSLbzn4P/BdYbqUDduUGwSbRHeU/OBYOX2uznVy1g=";
};
patchPhase = ''