oil: 0.3.0 -> 0.6.pre15

wip/yesman
zimbatm 5 years ago
parent e4035c3e0e
commit 580f5b0716
No known key found for this signature in database
GPG Key ID: 71BAF6D40C1D63D7
  1. 4
      pkgs/shells/oil/default.nix

@ -1,13 +1,13 @@
{ stdenv, lib, fetchurl }:
let
version = "0.3.0";
version = "0.6.pre15";
in
stdenv.mkDerivation {
name = "oil-${version}";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "0j4fyn6xjaf29xqyzm09ahazmq9v1hkxv4kps7n3lzdfr32a4kk9";
sha256 = "1azdmicv39rp30msl6fpw6921gi6ib8lxiyc8kanljqk5d7zg4p6";
};
postPatch = ''

Loading…
Cancel
Save