Commit baa84c3c authored by Emery Hemingway's avatar Emery Hemingway
Browse files

nim-2_0: 2.0.10 -> 2.0.12

parent 8520de71
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 (