Commit 9da49e68 authored by Herwig Hochleitner's avatar Herwig Hochleitner
Browse files

curv: 0.5-unstable-2025-01-20 -> 0.5-unstable-2026-01-17

parent 78f6d5af
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

stdenv.mkDerivation {
  pname = "curv";
  version = "0.5-unstable-2025-01-20";
  version = "0.5-unstable-2026-01-17";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "doug-moen";
    repo = "curv";
    rev = "ef082c6612407dd8abce06015f9a16b1ebf661b8";
    hash = "sha256-BGL07ZBA+ao3fg3qp56sVTe+3tM2SOp8TGu/jF7SVlM=";
    rev = "1c2eb68e47e3c61a98e39cd3c50f90691c5a268d";
    hash = "sha256-PuRBnJswrg+PjtU6ize+PjoBpQSSEzO2CeCx9mQF+3w=";
    fetchSubmodules = true;
  };