neowall: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2026-07-15 00:00:30 +00:00
parent e6d3cfa8fd
commit 3e9375cf68
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "neowall";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "1ay1";
repo = "neowall";
tag = "v${finalAttrs.version}";
hash = "sha256-NntwAm4LmGEcAJEp9W+y0mosn+jZXwatTp4ftMqcpSo=";
hash = "sha256-XK3A/B37R5mQWzdiMwwDkSHMC87sHXDvtOXvnaGCuJ0=";
};
nativeBuildInputs = [