Skip to content

Commit 1978073

Browse files
committed
oils-for-unix: 0.27.0 -> 0.28.0
1 parent 8db87f2 commit 1978073

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)