about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-11 11:10:10 +0200
committerGitHub <noreply@github.com>2024-06-11 11:10:10 +0200
commit6e5c9516c8681e9ece1294d2c51c8667e771882e (patch)
tree746a18de1f18c129d4f094a6bb7cefcd2269f54a
parenta8fc2bbb65a56b50372716ba79b969156991b4af (diff)
parent70ec754878074cb76ae3a9e5c70e1c939e86b289 (diff)
Merge pull request #318335 from r-ryantm/auto-update/ols
ols: 0-unstable-2024-06-04 -> 0-unstable-2024-06-05
-rw-r--r--pkgs/by-name/ol/ols/package.nix6
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 86d9db36c06cb..46e0dec0d1116 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-2024-06-04";
+  version = "0-unstable-2024-06-05";
 
   src = fetchFromGitHub {
     owner = "DanielGavin";
     repo = "ols";
-    rev = "5805fd0b688446eeb23528497972b9f934208f1a";
-    hash = "sha256-zvojGIxMGawddWx5vnBQMTybz+jL9LXfaShbof7wwq0=";
+    rev = "c4996b10d88aed9a0028c92ea54c42e4e9aeb39f";
+    hash = "sha256-PnajCKfk4XVR1FwG5ySzL/ibpwie+Xhr6MxHeXZiKmg=";
   };
 
   postPatch = ''