mako: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2026-03-26 19:41:16 +00:00
parent 52af87695d
commit 6e2f04c672
+2 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mako";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "emersion";
repo = "mako";
tag = "v${finalAttrs.version}";
hash = "sha256-O93KOXonfkgIKtlIZP4YlsEgXBcupNifoC/cN+ZAYEM=";
hash = "sha256-opCAkYVhp2zQNEi4NBiFfXsC0DdL0kZtaXS9/epzF10=";
};
strictDeps = true;