oil: 0.9.4 -> 0.9.5

This commit is contained in:
R. Ryantm 2021-12-09 08:31:46 +00:00
parent 9f329731b5
commit 8cd6d723a3

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.9.4";
version = "0.9.5";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "sha256-+sYbzWtowLvy44aqhLEH8mUYUn1DJr9HOgKq3YXlPQI=";
sha256 = "sha256-2J2MCByLxTbfx7Q3uWWiZcB+JM9RQv8mshtMxKMTnjI=";
};
postPatch = ''