curv: 0.5-unstable-2026-01-17 -> 0.5-unstable-2026-01-23 (#483458)

This commit is contained in:
Peder Bergebakken Sundt
2026-01-25 19:46:16 +00:00
committed by GitHub
+5 -4
View File
@@ -22,14 +22,14 @@
stdenv.mkDerivation {
pname = "curv";
version = "0.5-unstable-2026-01-17";
version = "0.5-unstable-2026-01-23";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "doug-moen";
repo = "curv";
rev = "1c2eb68e47e3c61a98e39cd3c50f90691c5a268d";
hash = "sha256-PuRBnJswrg+PjtU6ize+PjoBpQSSEzO2CeCx9mQF+3w=";
rev = "17d03b534c69976ed60936beb8b7cc38e8c12c13";
hash = "sha256-qQLcRCha01b6ClUSPO2jMBDJsN28EhqzakTLu1medAQ=";
fetchSubmodules = true;
};
@@ -97,7 +97,8 @@ stdenv.mkDerivation {
homepage = "https://codeberg.org/doug-moen/curv";
license = lib.licenses.asl20;
platforms = lib.platforms.all;
broken = stdenv.hostPlatform.isDarwin;
# aarch64 fails installCheckPhase: https://hydra.nixos.org/build/319705783
broken = stdenv.hostPlatform.isDarwin || stdenv.hostPlatform.isAarch64;
maintainers = with lib.maintainers; [ pbsds ];
mainProgram = "curv";
};