wl-mirror: 0.13.0 -> 0.13.1

This commit is contained in:
Ferdinand Bachmann 2023-03-16 19:44:18 +01:00
parent d42e0cfa16
commit 7ca646be9c

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;