We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e823e9 commit 4bbc98bCopy full SHA for 4bbc98b
pkgs/by-name/ni/nimdow/package.nix
@@ -3,13 +3,13 @@
3
buildNimPackage (finalAttrs: {
4
pname = "nimdow";
5
6
- version = "0.7.38";
+ version = "0.7.39";
7
8
src = fetchFromGitHub {
9
owner = "avahe-kellenberger";
10
repo = "nimdow";
11
rev = "v${finalAttrs.version}";
12
- hash = "sha256-GPu3Z63rFBgCCV7bdBg9cJh5thv2xrv/nSMa5Q/zp48=";
+ hash = "sha256-9gYlVuKDHCs6yaY1b6dJgwQUJdko6npjom4ab7nKZ7w=";
13
};
14
15
lockFile = ./lock.json;
0 commit comments