Merge pull request #308480 from Astavie/ols

ols: 0-unstable-2024-04-15 -> 0-unstable-2024-04-28

authored by Pol Dellaiera and committed by GitHub ff3fec7e 2a2796c2

+8 -4
+8 -4
pkgs/development/tools/ols/default.nix
··· 1 - { stdenv, fetchFromGitHub, makeBinaryWrapper, odin, lib }: 2 3 stdenv.mkDerivation { 4 pname = "ols"; 5 - version = "0-unstable-2024-04-15"; 6 7 src = fetchFromGitHub { 8 owner = "DanielGavin"; 9 repo = "ols"; 10 - rev = "aa1aabda1cce68a6038c48429cc759f09ad2ebab"; 11 - hash = "sha256-yM+Syx8hWiSZatWfFFGz8lUJTOCozkZWPdPUhRW0/Ow="; 12 }; 13 14 nativeBuildInputs = [
··· 1 + { stdenv, fetchFromGitHub, makeBinaryWrapper, unstableGitUpdater, odin, lib }: 2 3 stdenv.mkDerivation { 4 pname = "ols"; 5 + version = "0-unstable-2024-04-28"; 6 7 src = fetchFromGitHub { 8 owner = "DanielGavin"; 9 repo = "ols"; 10 + rev = "49a63471d91120a23ec86f1621e99155d1be55c2"; 11 + hash = "sha256-fHCSPqeN24QbCzwMCLtvK5YnR0ExveDvXRuWL2nHt8M="; 12 + }; 13 + 14 + passthru.updateScript = unstableGitUpdater { 15 + hardcodeZeroVersion = true; 16 }; 17 18 nativeBuildInputs = [