Skip to content

Commit baa84c3

Browse files
author
Emery Hemingway
committed
nim-2_0: 2.0.10 -> 2.0.12
1 parent 8520de7 commit baa84c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ni/nim-unwrapped-2_0/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
nim-unwrapped-2_2.overrideAttrs (
99
finalAttrs: previousAttrs: {
10-
version = "2.0.10";
10+
version = "2.0.12";
1111
src = fetchurl {
1212
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
13-
hash = "sha256-8UVDwjOpLHub0np9mEx4yfnBvXMyAwrBa+fFQMdbDqA=";
13+
hash = "sha256-xIh5ScXrjX+an1bwrrK/IUD6vwruDwWAoxnioJgVczo=";
1414
};
1515
patches = lib.lists.unique (
1616
builtins.filter (

0 commit comments

Comments
 (0)