Merge pull request #221524 from Ferdi265/auto-update/wl-mirror

wl-mirror: 0.13.0 -> 0.13.1
This commit is contained in:
Jonas Heinrich 2023-03-17 12:31:54 +01:00 committed by GitHub
commit fe55cdc24e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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