nimdow: 0.7.39 -> 0.7.40

This commit is contained in:
R. Ryantm
2024-12-05 07:44:48 +00:00
parent 929116e316
commit 8dee843fa6
+2 -2
View File
@@ -3,13 +3,13 @@
buildNimPackage (finalAttrs: {
pname = "nimdow";
version = "0.7.39";
version = "0.7.40";
src = fetchFromGitHub {
owner = "avahe-kellenberger";
repo = "nimdow";
rev = "v${finalAttrs.version}";
hash = "sha256-9gYlVuKDHCs6yaY1b6dJgwQUJdko6npjom4ab7nKZ7w=";
hash = "sha256-Q+oUmQ2ABl2nOSnHJYCrqN7dees4JBZgkb9OF4XFr5M=";
};
lockFile = ./lock.json;