summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-11-20 18:30:53 -0500
committerGitHub <noreply@github.com>2021-11-20 18:30:53 -0500
commit7907b7682c3db68b5b4bf13d16962d2f4088bb92 (patch)
tree95647d9572ac030d6281912ee9a4e9ea0c1c2789 /pkgs
parent6641934fef5e18a83578684ff1744340d6d9aadf (diff)
parent8886aa29fa0c359964d8644ab572509921725263 (diff)
Merge pull request #146812 from happysalada/update_oil
oil: 0.9.3 -> 0.9.4
Diffstat (limited to 'pkgs')
-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";
};