We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db87f2 commit 1978073Copy full SHA for 1978073
pkgs/by-name/oi/oils-for-unix/package.nix
@@ -18,11 +18,11 @@ let
18
in
19
stdenv.mkDerivation rec {
20
pname = "oils-for-unix";
21
- version = "0.27.0";
+ version = "0.28.0";
22
23
src = fetchurl {
24
url = "https://oils.pub/download/oils-for-unix-${version}.tar.gz";
25
- hash = "sha256-q1ORYt/8FpT9WuicAOQFzF97c2YBWexbJpvt6mMd8X0=";
+ hash = "sha256-Jm0UsW2Q1KB/53SIHq+g7Nu8hBHPHHX4tuJWNwtmjjU=";
26
};
27
28
postPatch = ''
0 commit comments