wl-mirror: 0.14.2 -> 0.15.0

This commit is contained in:
Ferdinand Bachmann
2023-12-30 14:17:46 +01:00
parent d20560a3ad
commit 7f8b667d08
+2 -2
View File
@@ -28,13 +28,13 @@ in
stdenv.mkDerivation rec {
pname = "wl-mirror";
version = "0.14.2";
version = "0.15.0";
src = fetchFromGitHub {
owner = "Ferdi265";
repo = "wl-mirror";
rev = "v${version}";
hash = "sha256-dEkTRpeJhqUGDCqTLVsFoDXgHvfEqMYt/9DEldjqv0Y=";
hash = "sha256-XZfe3UqcnpXuCsM4xulayB4I+jnLkHuW2EEiWWTOxls=";
};
strictDeps = true;