Skip to content

Commit a2a6618

Browse files
oils-for-unix: 0.27.0 -> 0.28.0 (#390547)
Co-authored-by: Melkor333 <[email protected]>
2 parents 90e4449 + 1978073 commit a2a6618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/oi/oils-for-unix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ let
1818
in
1919
stdenv.mkDerivation rec {
2020
pname = "oils-for-unix";
21-
version = "0.27.0";
21+
version = "0.28.0";
2222

2323
src = fetchurl {
2424
url = "https://oils.pub/download/oils-for-unix-${version}.tar.gz";
25-
hash = "sha256-q1ORYt/8FpT9WuicAOQFzF97c2YBWexbJpvt6mMd8X0=";
25+
hash = "sha256-Jm0UsW2Q1KB/53SIHq+g7Nu8hBHPHHX4tuJWNwtmjjU=";
2626
};
2727

2828
postPatch = ''

0 commit comments

Comments
 (0)