summaryrefslogtreecommitdiffstats
path: root/pkgs/shells/oil
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-15 19:13:15 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-15 19:13:15 -0700
commit7c64e057206653ce26e541cd4413917a65a9be4c (patch)
tree7e690ab13d76e327f76b0384f302f10ad30b8b57 /pkgs/shells/oil
parent7803ff314c707ee11a6d8d1c9ac4cde70737d22e (diff)
oil: 0.6.pre15 -> 0.6.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/oil/versions
Diffstat (limited to 'pkgs/shells/oil')
-rw-r--r--pkgs/shells/oil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index d019457ab8a1..48c8fd0815ec 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -1,13 +1,13 @@
{ stdenv, lib, fetchurl }:
let
- version = "0.6.pre15";
+ version = "0.6.0";
in
stdenv.mkDerivation {
name = "oil-${version}";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
- sha256 = "1azdmicv39rp30msl6fpw6921gi6ib8lxiyc8kanljqk5d7zg4p6";
+ sha256 = "1dw4mgnlmaxlfygasfihgvbj32d3m9w6k5j7azb9d9lp35f3l7hl";
};
postPatch = ''