oils-for-unix: 0.34.0 -> 0.35.0

This commit is contained in:
R. Ryantm
2025-08-31 12:32:42 +00:00
parent dff2cbff03
commit 8abe9d8034
+2 -2
View File
@@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oils-for-unix";
version = "0.34.0";
version = "0.35.0";
src = fetchurl {
url = "https://oils.pub/download/oils-for-unix-${version}.tar.gz";
hash = "sha256-RpAY70daHKnoOXwC91stxjiCpKLiDXejA9dKcorjGiI=";
hash = "sha256-sNFHWl1Ul4aWh4b0exW/JE4dTDv5EZwRcUmXsR+W/co=";
};
postPatch = ''