Skip to content

Commit

Permalink
nim-2_0: 2.0.10 -> 2.0.12 (#353592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey authored Nov 13, 2024
2 parents 3f9b169 + baa84c3 commit 8e2ed86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ni/nim-unwrapped-2_0/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

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

0 comments on commit 8e2ed86

Please sign in to comment.