Commit e9489ba9 authored by znaniye's avatar znaniye
Browse files

ols: 0-unstable-2024-02-09 -> 0-unstable-2024-04-15

parent 3d0d0df0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation {
  pname = "ols";
  version = "0-unstable-2024-02-09";
  version = "0-unstable-2024-04-15";

  src = fetchFromGitHub {
    owner = "DanielGavin";
    repo = "ols";
    rev = "3eb1e0e60a66a4fc7347fb77837ff45ccbe1cabb";
    hash = "sha256-qPcSZjvlBmFf3M98GrwIu8SGO2VbgdqBKzyFpGSEtrI=";
    rev = "aa1aabda1cce68a6038c48429cc759f09ad2ebab";
    hash = "sha256-yM+Syx8hWiSZatWfFFGz8lUJTOCozkZWPdPUhRW0/Ow=";
  };

  nativeBuildInputs = [