mkcal: 0.7.31 -> 0.7.32

This commit is contained in:
R. Ryantm
2026-03-24 03:59:14 +00:00
parent bd4c47d4c2
commit e82c42a63f
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mkcal";
version = "0.7.31";
version = "0.7.32";
src = fetchFromGitHub {
owner = "sailfishos";
repo = "mkcal";
tag = finalAttrs.version;
hash = "sha256-/txm7JBI3SvrhRN42Y+2XShoIv1AnKB0lbcfyri5aEE=";
hash = "sha256-9UTdFn/radQvoPp/tvkmmCDC126x28xxwMx7s/b9qO0=";
};
outputs = [