waywall: 0.2025.12.30 -> 0.2026.01.11

This commit is contained in:
R. Ryantm
2026-01-17 11:29:28 +00:00
parent 47cbf58ba8
commit 13ef7bc125
+2 -2
View File
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "waywall";
version = "0.2025.12.30";
version = "0.2026.01.11";
src = fetchFromGitHub {
owner = "tesselslate";
repo = "waywall";
tag = finalAttrs.version;
hash = "sha256-idtlOXT3RGjAOMgZ+e5vwZnxd33snc4sIjq0G6TU7HU=";
hash = "sha256-VOtwVFMGgUvsGnD1CnflKtUy5tTKqK2C/qNsWwgbyEU=";
};
nativeBuildInputs = [