Merge pull request #316576 from r-ryantm/auto-update/oil

oil: 0.21.0 -> 0.22.0
This commit is contained in:
Pol Dellaiera
2024-06-02 21:30:45 +02:00
committed by GitHub
+2 -2
View File
@@ -7,11 +7,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oil";
version = "0.21.0";
version = "0.22.0";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
hash = "sha256-eoImAByJFtAEaPYn02XerR/0+dXO8IdhnTEDCMKmlJI=";
hash = "sha256-RS5/1Ci2hqp1LP65viuU+fz3upqyLgrlcKh83PeCJC4=";
};
postPatch = ''