Commit 4f150a78 authored by Gabriel Arazas's avatar Gabriel Arazas Committed by Yt
Browse files

oil: 0.12.7 -> 0.12.8

parent 41cfed3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "oil";
  version = "0.12.7";
  version = "0.12.8";

  src = fetchurl {
    url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
    hash = "sha256-WEbEcG4B+MqDVPXHjpp5lkJxT8AS+NivtJGfrnrcBys=";
    hash = "sha256-kQN2sYFYLlTNCjOIbf59udjmdKNhNbK6vLqkJcX1C8A=";
  };

  postPatch = ''