12 stdenv.mkDerivation (finalAttrs: {
13 pname = "ringing-lib";
14 version = "0-unstable-2024-05-31";
16 src = fetchFromGitHub {
17 owner = "ringing-lib";
19 rev = "4f791c559743499589d66dc44266cd681f6901de";
20 hash = "sha256-+P2x2ywk7Ev7GacfUONusVHjlE6bIVBeJasjlcw5kTU=";
34 passthru.updateScript = unstableGitUpdater { hardcodeZeroVersion = true; };
36 description = "Library of C++ classes and utilities for change ringing";
37 homepage = "https://ringing-lib.github.io/";
38 license = with lib.licenses; [
42 maintainers = with lib.maintainers; [ jshholland ];
43 platforms = lib.platforms.linux;