wl-mirror: 0.12.1 -> 0.12.2

This commit is contained in:
Ferdinand Bachmann 2022-10-06 13:28:35 +02:00
parent c98c903229
commit 693c80760c

View file

@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.12.1";
version = "0.12.2";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-XuwHHJfUKYugx0CKxkloJnpm6s5rHetinsZCSlLJ0Zg=";
hash = "sha256-NUujjcDRVpC5LbJNy2I5cVCOSoqS14XxjsYiZNOBs+s=";
};
strictDeps = true;