Commit eb63930c authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

jrl-cmakemodules: 0-unstable-2024-05-22 -> 0-unstable-2024-08-05

parent 58bc3da2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenv.mkDerivation {
  pname = "jrl-cmakemodules";
  version = "0-unstable-2024-05-22";
  version = "0-unstable-2024-08-05";

  src = fetchFromGitHub {
    owner = "jrl-umi3218";
    repo = "jrl-cmakemodules";
    rev = "dd3e4127f2b223496859fe05be02726e9d1a071b";
    hash = "sha256-ySMfops0Py1U+50LEGwgIwlzPUq/miusTxK7TIpQQXs=";
    rev = "88d3cb561d1f9faa3c6281da7b2b8d6aa76b04d5";
    hash = "sha256-3Su/tGtV39/tto1Hs5sgGgjpFWkBCvI2SZKqBIIDAjA=";
  };

  nativeBuildInputs = [ cmake ];