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.
2 parents 3f9b169 + baa84c3 commit 8e2ed86Copy full SHA for 8e2ed86
pkgs/by-name/ni/nim-unwrapped-2_0/package.nix
@@ -7,10 +7,10 @@
7
8
nim-unwrapped-2_2.overrideAttrs (
9
finalAttrs: previousAttrs: {
10
- version = "2.0.10";
+ version = "2.0.12";
11
src = fetchurl {
12
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
13
- hash = "sha256-8UVDwjOpLHub0np9mEx4yfnBvXMyAwrBa+fFQMdbDqA=";
+ hash = "sha256-xIh5ScXrjX+an1bwrrK/IUD6vwruDwWAoxnioJgVczo=";
14
};
15
patches = lib.lists.unique (
16
builtins.filter (
0 commit comments