Skip to content

Commit

Permalink
nim: 1.6.2 -> 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shassard authored and ehmry committed Feb 22, 2022
1 parent 67596d3 commit 67574bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/nim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ in {

nim-unwrapped = stdenv.mkDerivation rec {
pname = "nim-unwrapped";
version = "1.6.2";
version = "1.6.4";
strictDeps = true;

src = fetchurl {
url = "https://nim-lang.org/download/nim-${version}.tar.xz";
hash = "sha256-msRxT6bDFdaR2n9diUHBsZDU1Dc5fZdC4yfC1RiT43M=";
hash = "sha256-f8MJKFW1wiAM2f7tEz0EYFgj8lDXO01KxQEwA3DgoMI=";
};

buildInputs = [ boehmgc openssl pcre readline sqlite ];
Expand Down

0 comments on commit 67574bd

Please sign in to comment.