oil{,s-for-unix}: 0.20.0 -> 0.21.0

This commit is contained in:
Maciej Krüger 2024-03-14 13:15:00 +01:00
parent 1868ae718c
commit bc206a940b
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
2 changed files with 5 additions and 5 deletions

View File

@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oil";
version = "0.20.0";
version = "0.21.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-QrhfUru6Sju44W8j/DlMQwK8/ZY48GfwHDfSPy7kSaA=";
hash = "sha256-eoImAByJFtAEaPYn02XerR/0+dXO8IdhnTEDCMKmlJI=";
};
postPatch = ''

View File

@ -6,12 +6,12 @@ let
};
in
stdenv.mkDerivation rec {
pname = "oil";
version = "0.20.0";
pname = "oils-for-unix";
version = "0.21.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oils-for-unix-${version}.tar.gz";
hash = "sha256-d4BIRj8bPyd7awZyJPlZYBwr+o82IKGh4y4/urOYOxc=";
hash = "sha256-g8uEK68J9BsCHEvJGDgsKUmsuR1MvChEC9A00Y2sZU4=";
};
postPatch = ''