summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-09 08:31:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-09 08:31:46 +0000
commit8cd6d723a329b86097e0d03ddcd68897ff738115 (patch)
treed05f633d934f0a8dd9ff58877d36e3840a9027ef
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
downloadnixpkgs-8cd6d723a329b86097e0d03ddcd68897ff738115.tar
nixpkgs-8cd6d723a329b86097e0d03ddcd68897ff738115.tar.gz
nixpkgs-8cd6d723a329b86097e0d03ddcd68897ff738115.tar.bz2
nixpkgs-8cd6d723a329b86097e0d03ddcd68897ff738115.tar.lz
nixpkgs-8cd6d723a329b86097e0d03ddcd68897ff738115.tar.xz
nixpkgs-8cd6d723a329b86097e0d03ddcd68897ff738115.tar.zst
nixpkgs-8cd6d723a329b86097e0d03ddcd68897ff738115.zip
oil: 0.9.4 -> 0.9.5
-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 76680c3c3c4..93d3f663734 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "oil";
-  version = "0.9.4";
+  version = "0.9.5";
 
   src = fetchurl {
     url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
-    sha256 = "sha256-+sYbzWtowLvy44aqhLEH8mUYUn1DJr9HOgKq3YXlPQI=";
+    sha256 = "sha256-2J2MCByLxTbfx7Q3uWWiZcB+JM9RQv8mshtMxKMTnjI=";
   };
 
   postPatch = ''