mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
nim-2_0: 2.0.10 -> 2.0.12 (#353592)
This commit is contained in:
commit
8e2ed86268
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@
|
||||||
|
|
||||||
nim-unwrapped-2_2.overrideAttrs (
|
nim-unwrapped-2_2.overrideAttrs (
|
||||||
finalAttrs: previousAttrs: {
|
finalAttrs: previousAttrs: {
|
||||||
version = "2.0.10";
|
version = "2.0.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
|
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
|
||||||
hash = "sha256-8UVDwjOpLHub0np9mEx4yfnBvXMyAwrBa+fFQMdbDqA=";
|
hash = "sha256-xIh5ScXrjX+an1bwrrK/IUD6vwruDwWAoxnioJgVczo=";
|
||||||
};
|
};
|
||||||
patches = lib.lists.unique (
|
patches = lib.lists.unique (
|
||||||
builtins.filter (
|
builtins.filter (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue