Merge master into staging-next
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
, fetchpatch
|
||||
|
||||
, writeText
|
||||
|
||||
, nixosTests
|
||||
, useOperatingSystemEtc ? true
|
||||
|
||||
}:
|
||||
@@ -179,6 +179,7 @@ let
|
||||
|
||||
passthru = {
|
||||
shellPath = "/bin/fish";
|
||||
tests.nixos = nixosTests.fish;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{ stdenv, lib, fetchurl, fetchpatch, readline }:
|
||||
{ stdenv, lib, fetchurl, readline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "oil";
|
||||
version = "0.7.0";
|
||||
version = "0.8.pre4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
|
||||
sha256 = "12c9s462879adb6mwd3fqafk0dnqsm16s18rhym6cmzfzy8v8zm3";
|
||||
sha256 = "07kj86hrvlz9f1gh3qv4hdaz3qnb4a2qf0dnxhd2r0qilrkjanxh";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user