mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
nimdow: 0.7.38 -> 0.7.39 (#348488)
This commit is contained in:
commit
c2bdda7b60
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user