Merge pull request #219517 from r-ryantm/auto-update/wl-mirror

wl-mirror: 0.12.2 -> 0.13.0
This commit is contained in:
Weijia Wang 2023-03-05 12:29:49 +02:00 committed by GitHub
commit 8ce954f32f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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