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 { stdenv.mkDerivation rec {
pname = "wl-mirror"; pname = "wl-mirror";
version = "0.13.0"; version = "0.13.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Ferdi265"; owner = "Ferdi265";
repo = "wl-mirror"; repo = "wl-mirror";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-jjOcEr/E7l3ykdLAfiDlRSI0u76byDmBwfispTbopk8="; hash = "sha256-qYJmcsID5qbUs27ZCU2HkWVVnBmxWmyzSgruLPB4jI8=";
}; };
strictDeps = true; strictDeps = true;