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

This commit is contained in:
Herwig Hochleitner
2026-01-19 01:18:08 +01:00
parent 78f6d5afc4
commit 9da49e68e1
+3 -3
View File
@@ -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;
};