oils-for-unix: 0.23.0 -> 0.24.0

This commit is contained in:
Samuel Hierholzer (Adfinis AG) 2024-11-11 15:42:25 +01:00
parent 8ebd730319
commit f4a92cf0be
No known key found for this signature in database
GPG Key ID: A71725F119DAD5E2

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 = ''