summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Arazas <foo.dogsquared@gmail.com>2022-11-01 19:59:40 +0800
committerYt <happysalada@proton.me>2022-11-05 22:38:54 -0400
commitadc7d07c0c8162ecb9fe0b075386d549680ef914 (patch)
tree674c54475000a277decb00f75cff724175591757
parentdcea56508a384540af94947009ec965e0563f7f1 (diff)
oil: 0.12.6 -> 0.12.7
-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 1b8f38ab1bd4..49d8517eeca0 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
- version = "0.12.6";
+ version = "0.12.7";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
- hash = "sha256-jlNmrpze02g4FL4EFlKoZC7X/YOr3xhJWnMTPga3Bas=";
+ hash = "sha256-WEbEcG4B+MqDVPXHjpp5lkJxT8AS+NivtJGfrnrcBys=";
};
postPatch = ''