oils-for-unix: 0.27.0 -> 0.28.0

This commit is contained in:
R. Ryantm
2025-03-17 00:55:13 +00:00
parent 8db87f2960
commit 1978073faf
+2 -2
View File
@@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oils-for-unix";
version = "0.27.0";
version = "0.28.0";
src = fetchurl {
url = "https://oils.pub/download/oils-for-unix-${version}.tar.gz";
hash = "sha256-q1ORYt/8FpT9WuicAOQFzF97c2YBWexbJpvt6mMd8X0=";
hash = "sha256-Jm0UsW2Q1KB/53SIHq+g7Nu8hBHPHHX4tuJWNwtmjjU=";
};
postPatch = ''