katriawm: 25.04 -> 26.03 (#451638)

This commit is contained in:
Peder Bergebakken Sundt
2026-04-21 19:26:41 +00:00
committed by GitHub
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "katriawm";
version = "25.04";
version = "26.03";
src = fetchzip {
url = "https://www.uninformativ.de/git/katriawm/archives/katriawm-v${finalAttrs.version}.tar.gz";
hash = "sha256-3cWgLz4BO1X8KkhoQp3hbq5XAx9NzDhsIL3fDSQaG5M=";
hash = "sha256-vnnc5SkNzCLZTBxKcaHDo9F5f++7dtESD5hOB0zrxjo=";
};
nativeBuildInputs = [ pkg-config ];