Unverified Commit 6a3c66c5 authored by Luna Nova's avatar Luna Nova
Browse files

frugally-deep: 0.15.24-p0 -> 0.18.2-unstable-2025-06-16

Bump required for CMake 4 compat.
Upstream haven't tagged since supporting CMake 4.
parent afc28e5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "frugally-deep";
  version = "0.15.24-p0";
  version = "0.18.2-unstable-2025-06-16";

  src = fetchFromGitHub {
    owner = "Dobiasd";
    repo = "frugally-deep";
    rev = "v${finalAttrs.version}";
    hash = "sha256-yg2SMsYOOSOgsdwIH1bU3iPM45z6c7WeIrgOddt3um4=";
    rev = "30a4ce4c932ca810a5a77c4ab943a520bb1048fe";
    hash = "sha256-tcwCRSHhN61ZFDFVQ/GItvgSSjeLSbFDoNMqwswtvto=";
  };

  nativeBuildInputs = [