oils-for-unix: 0.33.0 -> 0.34.0 (#426229)

Co-authored-by: Melkor333 <Melkor333@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-18 05:12:49 +00:00
committed by GitHub
co-authored by Melkor333
+2 -2
View File
@@ -18,11 +18,11 @@ let
in
stdenv.mkDerivation rec {
pname = "oils-for-unix";
version = "0.33.0";
version = "0.34.0";
src = fetchurl {
url = "https://oils.pub/download/oils-for-unix-${version}.tar.gz";
hash = "sha256-GwqJAx0cTUMCxR4lPX+80diwEx/L1xM3I5E3Z2Cuk4Y=";
hash = "sha256-RpAY70daHKnoOXwC91stxjiCpKLiDXejA9dKcorjGiI=";
};
postPatch = ''