gerbil: 0.12-DEV-1404-g0a266db -> 0.12-RELEASE
This is the first stable version of gerbil, named 0.12-RELEASE so that builtins.compareVersions should consider it newer than the packages of the 0.12-DEV-xxx series. Next stable package version will be gerbil-0.13 without -RELEASE. Next unstable package version will be in its own distinct package gerbil-unstable-2018-02-28 or some such, as per nixpkgs guidelines.
This commit is contained in:
parent
b5f475c9b5
commit
b649b0834a
@ -8,11 +8,11 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gerbil-${version}";
|
||||
|
||||
version = "0.12-DEV-1404-g0a266db";
|
||||
version = "0.12-RELEASE";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/vyzo/gerbil.git";
|
||||
rev = "0a266db5e2e241272711bc150cc2607204bf2b78";
|
||||
sha256 = "1lvawqn8havfyxkkgfqffc213zq2pgm179l42yj49fy3fhpzia4m";
|
||||
rev = "5618892d7939e1cb4ef5247912e0bc1ec99f6b52";
|
||||
sha256 = "0b2valahf5k81r4sp6y12d44fb286p92s7k6dphij0kmvg0dp818";
|
||||
};
|
||||
|
||||
# Use makeStaticLibraries to enable creation of statically linked binaries
|
||||
|
Loading…
Reference in New Issue
Block a user