tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
oil: 0.12.6 -> 0.12.7
authored by
Gabriel Arazas
and committed by
Yt
3 years ago
adc7d07c
dcea5650
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
shells
oil
default.nix
+2
-2
pkgs/shells/oil/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "oil";
5
5
-
version = "0.12.6";
5
5
+
version = "0.12.7";
6
6
7
7
src = fetchurl {
8
8
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
9
9
-
hash = "sha256-jlNmrpze02g4FL4EFlKoZC7X/YOr3xhJWnMTPga3Bas=";
9
9
+
hash = "sha256-WEbEcG4B+MqDVPXHjpp5lkJxT8AS+NivtJGfrnrcBys=";
10
10
};
11
11
12
12
postPatch = ''