Merge pull request #231049 from a12l/oil-0.14.2-to-0.15.0

oil: 0.14.2 -> 0.15.0
This commit is contained in:
Weijia Wang
2023-05-10 22:32:00 +03:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oil";
version = "0.14.2";
version = "0.15.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-I/r/DhELLpKMnZqUh847F/uVPiCYF5b574cjP59+ZG0=";
hash = "sha256-1oYP/sRhYG2oJYY80WOxqSXwqyUMbjIZdznBHcnGMxg=";
};
postPatch = ''