waywall: 0.2025.12.20 -> 0.2025.12.30

This commit is contained in:
uku
2026-01-01 17:49:49 +01:00
parent b8b7ebec6e
commit cd98a82f05
+2 -2
View File
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "waywall";
version = "0.2025.12.20";
version = "0.2025.12.30";
src = fetchFromGitHub {
owner = "tesselslate";
repo = "waywall";
tag = finalAttrs.version;
hash = "sha256-sGb/dxXBlzXBvv2IWjgwSE8WM5qB04mYATl0uhSozMQ=";
hash = "sha256-idtlOXT3RGjAOMgZ+e5vwZnxd33snc4sIjq0G6TU7HU=";
};
nativeBuildInputs = [