oils-for-unix: 0.23.0 -> 0.24.0 (#355218)

This commit is contained in:
Maciej Krüger 2024-11-13 12:31:10 +01:00 committed by GitHub
commit 8fbedfeaa8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,11 +8,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oils-for-unix";
version = "0.23.0";
version = "0.24.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oils-for-unix-${version}.tar.gz";
hash = "sha256-ydNcp4tKCO6vrIvGQ54rtAvM0zcNsiJkh/rtY0ihdSE=";
hash = "sha256-30r+2U1TswOngs4DgMOT1g9tIZIe8qJZIrQAgordmPM=";
};
postPatch = ''