wl-mirror: 0.12.2 -> 0.13.0

This commit is contained in:
R. Ryantm 2023-03-04 15:57:01 +00:00
parent 45e44c56f1
commit a697e7965a

View file

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