oil: 0.0.0 -> 0.1.0

This commit is contained in:
Linus Heckemann 2017-09-21 09:24:22 +01:00
parent c8e7aab0c8
commit 6988537835

View File

@ -1,13 +1,13 @@
{ stdenv, lib, fetchurl, coreutils }:
let
version = "0.0.0";
version = "0.1.0";
in
stdenv.mkDerivation {
name = "oil-${version}";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "1mvyvvzw149piwa7xdl3byyn7h31p4cnrf3w9dxr5qfd9vc4gmsm";
sha256 = "0cf7jwwgvcq7q6zq8g5pi464hnn83b2km0nv6711qgqbxmsw85nx";
};
postPatch = ''