neowall: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-07-03 08:07:27 +00:00
parent 8c57830ed9
commit 7d96dec2c8
+2 -2
View File
@@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "neowall";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "1ay1";
repo = "neowall";
tag = "v${finalAttrs.version}";
hash = "sha256-hmfHcKXDmMHlFlaODo+BrbHUyx9BHn9BiCbPDp5CMG0=";
hash = "sha256-NntwAm4LmGEcAJEp9W+y0mosn+jZXwatTp4ftMqcpSo=";
};
nativeBuildInputs = [