oil: 0.8.pre6 -> 0.8.1

gstqt5
Graham Christensen 2020-10-02 08:42:23 -04:00
parent c04277eb1e
commit 961a99db3c
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
version = "0.8.pre6";
version = "0.8.1";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
sha256 = "1gbc74in78lbkciz7wzjplrm185wn6fz57n66xmazayivqmpvgfm";
sha256 = "0mhzys1siry848v7swr1iv2wp329ksw0gpz1qd82fmlakml5brc1";
};
postPatch = ''