diff options
| author | Weijia Wang <9713184+wegank@users.noreply.github.com> | 2025-04-24 01:42:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-24 01:42:51 +0200 |
| commit | 2ce617a24ce97f22fe7d2e309a6a2a78664455dc (patch) | |
| tree | b18f21e25b5638572089ad1e2a642344532c73eb | |
| parent | v2ray: 5.29.3 -> 5.30.0 (#397428) (diff) | |
| parent | ols: 0-unstable-2025-03-12 -> 0-unstable-2025-04-05 (diff) | |
| download | nixpkgs-2ce617a24ce97f22fe7d2e309a6a2a78664455dc.tar.gz | |
ols: 0-unstable-2025-03-12 -> 0-unstable-2025-04-05 (#396407)
| -rw-r--r-- | pkgs/by-name/ol/ols/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ol/ols/package.nix b/pkgs/by-name/ol/ols/package.nix index 50c28b88728b..84ce0297ff80 100644 --- a/pkgs/by-name/ol/ols/package.nix +++ b/pkgs/by-name/ol/ols/package.nix @@ -9,13 +9,13 @@ stdenv.mkDerivation { pname = "ols"; - version = "0-unstable-2025-03-12"; + version = "0-unstable-2025-04-05"; src = fetchFromGitHub { owner = "DanielGavin"; repo = "ols"; - rev = "1e44e3d78ad8a74ef09c7f54a6f6d3f7df517f8e"; - hash = "sha256-rmKEsRrGvwlPeOKq/NX/775fAw50rdeWqEUqJiNax5k="; + rev = "011b0bdec303783b6ce2a197957effef480ca50d"; + hash = "sha256-uyAxeUI0tKeAauSpOhuPMaqav5ksaawayiFWidInFUI="; }; postPatch = '' |
