wl-mirror: 0.8.1 -> 0.9.2

fixes #163785
This commit is contained in:
Ferdinand Bachmann 2022-03-30 21:15:40 +02:00
parent ce5a55e3e5
commit 6aa45d8b59

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 = ''