Merge pull request #65421 from petabyteboy/feature/update-nim
nim: 0.20.0 -> 0.20.2
This commit is contained in:
commit
2c12445ede
|
@ -4,12 +4,12 @@
|
||||||
boehmgc, sfml, tzdata, coreutils, sqlite }:
|
boehmgc, sfml, tzdata, coreutils, sqlite }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "nim-${version}";
|
pname = "nim";
|
||||||
version = "0.20.0";
|
version = "0.20.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://nim-lang.org/download/${name}.tar.xz";
|
url = "https://nim-lang.org/download/${pname}-${version}.tar.xz";
|
||||||
sha256 = "144sd7icg2p6qsrr29jdnl11hr34daxq4h16ywwrayz866w7kx2i";
|
sha256 = "0pibil10x0c181kw705phlwk8bn8dy5ghqd9h9fm6i9afrz5ryp1";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
doCheck = !stdenv.isDarwin;
|
||||||
|
@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Statically typed, imperative programming language";
|
description = "Statically typed, imperative programming language";
|
||||||
homepage = https://nim-lang.org/;
|
homepage = "https://nim-lang.org/";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ehmry peterhoeg ];
|
maintainers = with maintainers; [ ehmry peterhoeg ];
|
||||||
platforms = with platforms; linux ++ darwin; # arbitrary
|
platforms = with platforms; linux ++ darwin; # arbitrary
|
||||||
|
|
Loading…
Reference in New Issue