Commit 7ca646be authored by Ferdinand Bachmann's avatar Ferdinand Bachmann
Browse files

wl-mirror: 0.13.0 -> 0.13.1

parent d42e0cfa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;