Unverified Commit ff3fec7e authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

Merge pull request #308480 from Astavie/ols

ols: 0-unstable-2024-04-15 -> 0-unstable-2024-04-28
parents 2a2796c2 c50fce4c
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
{ 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 = [