Skip to content

Commit 53b4289

Browse files
authored
nim-unwrapped: 2.2.0 -> 2.2.2 (#379814)
2 parents 00c39bc + 13d80f9 commit 53b4289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ni/nim-unwrapped-2_2/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ in
8585

8686
stdenv.mkDerivation (finalAttrs: {
8787
pname = "nim-unwrapped";
88-
version = "2.2.0";
88+
version = "2.2.2";
8989
strictDeps = true;
9090

9191
src = fetchurl {
9292
url = "https://nim-lang.org/download/nim-${finalAttrs.version}.tar.xz";
93-
hash = "sha256-zphChJyXYOSH7N0c2t98DyhEyvrmBUAcfHKuJXZEiTw=";
93+
hash = "sha256-f8ybh6ycC6Wkif3Cbi2EgM6Wo8piIQDWJn75ITX9ih8=";
9494
};
9595

9696
buildInputs = [

0 commit comments

Comments
 (0)