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

This commit is contained in:
Maciej Krüger
2022-03-30 22:22:41 +02:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.8.1";
version = "0.9.2";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-P5rvZPpIStlOSGj3PaiXAMPWqgWpkC+4IrixEMwoGJU=";
hash = "sha256-W/8DApyd7KtrOrP7Qj6oPKXxLrVzHDuIMOdg+k5ngr4=";
};
patchPhase = ''