summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhappysalada <raphael@megzari.com>2021-11-20 18:06:38 -0500
committerhappysalada <raphael@megzari.com>2021-11-20 18:06:38 -0500
commit8886aa29fa0c359964d8644ab572509921725263 (patch)
tree9fcd37fa7a52e0b4fe92e0d7dd1d2dd6e3ba324f
parent09b01aa435a5214376d71a787717c07bed60ed4c (diff)
oil: 0.9.3 -> 0.9.4
-rw-r--r--pkgs/shells/oil/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix
index 3d9a2ec24e68..76680c3c3c43 100644
--- a/pkgs/shells/oil/default.nix
+++ b/pkgs/shells/oil/default.nix
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "oil";
- version = "0.9.3";
+ version = "0.9.4";
src = fetchurl {
url = "https://www.oilshell.org/download/oil-${version}.tar.xz";
- sha256 = "sha256-YvNgcvafM3jgO3nY1SVcHRNglOwRQQ208W7oLxZg79o=";
+ sha256 = "sha256-+sYbzWtowLvy44aqhLEH8mUYUn1DJr9HOgKq3YXlPQI=";
};
postPatch = ''
@@ -32,6 +32,7 @@ stdenv.mkDerivation rec {
asl20 # Licence for Oil itself
];
+ platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ lheckemann alva ];
changelog = "https://www.oilshell.org/release/${version}/changelog.html";
};