Unverified Commit a9d66f5d authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

nimble: 0.18.0 -> 0.18.2 (#394645)

parents 36a74514 74b902a6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@
buildNimPackage (
  final: prev: {
    pname = "nimble";
    version = "0.18.0";
    version = "0.18.2";

    src = fetchFromGitHub {
      owner = "nim-lang";
      repo = "nimble";
      rev = "v${final.version}";
      hash = "sha256-HFuJiozRsRlVIXIv+vRjsfosrBlWfnUYtep27Fy/PPA=";
      hash = "sha256-wgzFhModFkwB8st8F5vSkua7dITGGC2cjoDvgkRVZMs=";
      fetchSubmodules = true;
    };