nimdow: 0.7.38 -> 0.7.39 (#348488)

This commit is contained in:
Marcus Ramberg 2024-10-15 07:59:51 +02:00 committed by GitHub
commit c2bdda7b60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
buildNimPackage (finalAttrs: {
pname = "nimdow";
version = "0.7.38";
version = "0.7.39";
src = fetchFromGitHub {
owner = "avahe-kellenberger";
repo = "nimdow";
rev = "v${finalAttrs.version}";
hash = "sha256-GPu3Z63rFBgCCV7bdBg9cJh5thv2xrv/nSMa5Q/zp48=";
hash = "sha256-9gYlVuKDHCs6yaY1b6dJgwQUJdko6npjom4ab7nKZ7w=";
};
lockFile = ./lock.json;