Commit e09224ce authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

nim-unwrapped: 2.2.2 -> 2.2.4

parent 8b74f5f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,12 +85,12 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "nim-unwrapped";
  version = "2.2.2";
  version = "2.2.4";
  strictDeps = true;

  src = fetchurl {
    url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
    hash = "sha256-f8ybh6ycC6Wkif3Cbi2EgM6Wo8piIQDWJn75ITX9ih8=";
    hash = "sha256-+CtBl1D8zlYfP4l6BIaxgBhoRddvtdmfJIzhZhCBicc=";
  };

  buildInputs = [