summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2020-01-19 21:07:22 +0100
committerGitHub <noreply@github.com>2020-01-19 21:07:22 +0100
commit645c9a672b362447852d2af9d06d88214ac64aad (patch)
treece684ce83dd6e3d2b5220e63899d5f3825bb64a6 /pkgs/shells
parent32938359f328f037c154dff4c0d9140a2045fd91 (diff)
parentb334b46c6ad93f188ed0aa1c069fd87c6b8cf222 (diff)
downloadnixpkgs-645c9a672b362447852d2af9d06d88214ac64aad.tar
nixpkgs-645c9a672b362447852d2af9d06d88214ac64aad.tar.gz
nixpkgs-645c9a672b362447852d2af9d06d88214ac64aad.tar.bz2
nixpkgs-645c9a672b362447852d2af9d06d88214ac64aad.tar.lz
nixpkgs-645c9a672b362447852d2af9d06d88214ac64aad.tar.xz
nixpkgs-645c9a672b362447852d2af9d06d88214ac64aad.tar.zst
nixpkgs-645c9a672b362447852d2af9d06d88214ac64aad.zip
Merge pull request #78020 from dywedir/oil
oil: 0.7.pre9 -> 0.7.pre11
Diffstat (limited to 'pkgs/shells')
-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 13b36bf54ad..81c86284394 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "oil";
-  version = "0.7.pre9";
+  version = "0.7.pre11";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    sha256 = "1j17yxpjqv37vbl3qhnwl3gdmb33n9c6g6byxcc8mhbvbw91zi5i";
+    sha256 = "0885cw07gkaggd5cvl58v6kw1z6la2xgdh1s88y0dynx95qv4i4c";
   };
 
   postPatch = ''