diff options
| author | Gabriel Arazas <foo.dogsquared@gmail.com> | 2022-11-11 13:23:19 +0800 |
|---|---|---|
| committer | Yt <happysalada@proton.me> | 2022-11-11 03:14:26 -0500 |
| commit | 48bc300bc07994105c9b7b0ac6f8a01e12b5d238 (patch) | |
| tree | 97f54f68f6f4ed21cfd07ff6e181f7dd78eef390 | |
| parent | Merge pull request #200602 from r-ryantm/auto-update/python3.10-pysptk (diff) | |
| download | nixpkgs-48bc300bc07994105c9b7b0ac6f8a01e12b5d238.tar.gz | |
oil: 0.12.8 -> 0.12.9
| -rw-r--r-- | pkgs/shells/oil/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/oil/default.nix b/pkgs/shells/oil/default.nix index f1f1a913c22c..bff43f683fae 100644 --- a/pkgs/shells/oil/default.nix +++ b/pkgs/shells/oil/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "oil"; - version = "0.12.8"; + version = "0.12.9"; src = fetchurl { url = "https://www.oilshell.org/download/oil-${version}.tar.xz"; - hash = "sha256-kQN2sYFYLlTNCjOIbf59udjmdKNhNbK6vLqkJcX1C8A="; + hash = "sha256-HY/SZiVOfOrA69gGxEp+qdRnuTJ72XveAk9Xp45zcf8="; }; postPatch = '' |
