about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAstavie <astavie@pm.me>2024-05-02 11:35:05 +0200
committerAstavie <astavie@pm.me>2024-05-02 11:37:01 +0200
commitc50fce4ca9b1957e32f698ea63d961f03b43445e (patch)
tree913d2ce0dfbb07bad354c277a15cc61b5da78d10
parent121251b7c5567bc118d6af2ec8c464a951792b45 (diff)
ols: 0-unstable-2024-04-15 -> 0-unstable-2024-04-28
-rw-r--r--pkgs/development/tools/ols/default.nix12
1 files changed, 8 insertions, 4 deletions
diff --git a/pkgs/development/tools/ols/default.nix b/pkgs/development/tools/ols/default.nix
index 963fbaef560e7..ecc5a54778ffd 100644
--- a/pkgs/development/tools/ols/default.nix
+++ b/pkgs/development/tools/ols/default.nix
@@ -1,14 +1,18 @@
-{ stdenv, fetchFromGitHub, makeBinaryWrapper, odin, lib }:
+{ stdenv, fetchFromGitHub, makeBinaryWrapper, unstableGitUpdater, odin, lib }:
 
 stdenv.mkDerivation {
   pname = "ols";
-  version = "0-unstable-2024-04-15";
+  version = "0-unstable-2024-04-28";
 
   src = fetchFromGitHub {
     owner = "DanielGavin";
     repo = "ols";
-    rev = "aa1aabda1cce68a6038c48429cc759f09ad2ebab";
-    hash = "sha256-yM+Syx8hWiSZatWfFFGz8lUJTOCozkZWPdPUhRW0/Ow=";
+    rev = "49a63471d91120a23ec86f1621e99155d1be55c2";
+    hash = "sha256-fHCSPqeN24QbCzwMCLtvK5YnR0ExveDvXRuWL2nHt8M=";
+  };
+
+  passthru.updateScript = unstableGitUpdater {
+    hardcodeZeroVersion = true;
   };
 
   nativeBuildInputs = [