···99in {1010 options = {1111 services.jenkins.jobBuilder = {1212- enable = mkOption {1313- type = types.bool;1414- default = false;1515- description = lib.mdDoc ''1616- Whether or not to enable the Jenkins Job Builder (JJB) service. It1717- allows defining jobs for Jenkins in a declarative manner.1212+ enable = mkEnableOption (mdDoc ''1313+ the Jenkins Job Builder (JJB) service. It1414+ allows defining jobs for Jenkins in a declarative manner.18151919- Jobs managed through the Jenkins WebUI (or by other means) are left2020- unchanged.1616+ Jobs managed through the Jenkins WebUI (or by other means) are left1717+ unchanged.21182222- Note that it really is declarative configuration; if you remove a2323- previously defined job, the corresponding job directory will be2424- deleted.1919+ Note that it really is declarative configuration; if you remove a2020+ previously defined job, the corresponding job directory will be2121+ deleted.25222626- Please see the Jenkins Job Builder documentation for more info:2727- [2828- http://docs.openstack.org/infra/jenkins-job-builder/](http://docs.openstack.org/infra/jenkins-job-builder/)2929- '';3030- };2323+ Please see the Jenkins Job Builder documentation for more info:2424+ <https://jenkins-job-builder.readthedocs.io/>2525+ '');31263227 accessUser = mkOption {3328 default = "admin";
···11{ config22, lib33, stdenv44-, fetchzip44+, fetchgit55, autoreconfHook66, autoconf-archive77, pkg-config···3939 pname = "sox";4040 version = "unstable-2021-05-09";41414242- src = fetchzip {4343- url = "https://sourceforge.net/code-snapshots/git/s/so/sox/code.git/sox-code-42b3557e13e0fe01a83465b672d89faddbe65f49.zip";4242+ src = fetchgit {4343+ # not really needed, but when this src was updated from `fetchurl ->4444+ # fetchgit`, we spared the mass rebuild by changing this `name` and4545+ # therefor merge this to `master` and not to `staging`.4646+ name = "source";4747+ url = "https://git.code.sf.net/p/sox/code";4848+ rev = "42b3557e13e0fe01a83465b672d89faddbe65f49";4449 hash = "sha256-9cpOwio69GvzVeDq79BSmJgds9WU5kA/KUlAkHcpN5c=";4550 };4651
+3-3
pkgs/applications/misc/ttdl/default.nix
···5566rustPlatform.buildRustPackage rec {77 pname = "ttdl";88- version = "3.9.0";88+ version = "3.10.0";991010 src = fetchFromGitHub {1111 owner = "VladimirMarkelov";1212 repo = "ttdl";1313 rev = "v${version}";1414- sha256 = "sha256-qeMGJn3UNz9VQSn3J71DEzg0lOqO9DyPpwd21UQwXc0=";1414+ sha256 = "sha256-46oqQaDYFxpSjqFdP2V0aBP1S6BDG+hSO/V76WwCzAQ=";1515 };16161717- cargoHash = "sha256-oIiTiJC+FmiudnJdhSjmKBg6EwXNpDshRZDjeftVR0o=";1717+ cargoHash = "sha256-Kol7pCHq91zOE9boRatv12pgh/rfra5snUe3HNho1DU=";18181919 meta = with lib; {2020 description = "A CLI tool to manage todo lists in todo.txt format";