nimdow: 0.7.40 -> 0.7.41

This commit is contained in:
R. Ryantm 2025-01-04 01:19:16 +00:00
parent 92befe3713
commit 5695bd4ace

View file

@ -9,13 +9,13 @@
buildNimPackage (finalAttrs: {
pname = "nimdow";
version = "0.7.40";
version = "0.7.41";
src = fetchFromGitHub {
owner = "avahe-kellenberger";
repo = "nimdow";
rev = "v${finalAttrs.version}";
hash = "sha256-Q+oUmQ2ABl2nOSnHJYCrqN7dees4JBZgkb9OF4XFr5M=";
hash = "sha256-oosoiJVlP3XyUeardoyRFladAIKdH3PQvWcNo5XnnOI=";
};
lockFile = ./lock.json;