Commit 7601d901 authored by R. RyanTM's avatar R. RyanTM
Browse files

curv: 0.5-unstable-2026-01-30 -> 0.5-unstable-2026-02-26

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

stdenv.mkDerivation {
  pname = "curv";
  version = "0.5-unstable-2026-01-30";
  version = "0.5-unstable-2026-02-26";

  src = fetchFromCodeberg {
    owner = "doug-moen";
    repo = "curv";
    rev = "6a157d444e1d50628af6bb36b6c29bd4681451d5";
    hash = "sha256-y9cfJYhgQrrerU6r7DYHABkw4LQGqcaagVEbSK7AkOg=";
    rev = "bf573da133f94efacc6a42c9dc94666bfbfab6bc";
    hash = "sha256-5tcF0vEvxd/SgNWM7lgZTujBsIF+v8t0I0g4tykBCPY=";
    fetchSubmodules = true;
  };