nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

kb: 0.1.7 -> 0.1.8

authored by

R. Ryantm and committed by
Weijia Wang
970b0761 bb95f4bd

+5 -5
+5 -5
pkgs/by-name/kb/kb/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "kb"; 9 - version = "0.1.7"; 10 - format = "pyproject"; 9 + version = "0.1.8"; 10 + pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "gnebbia"; 14 14 repo = "kb"; 15 - rev = "v${version}"; 16 - hash = "sha256-K8EAqZbl2e0h03fFwaKIclZTZARDQp1tRo44znxwW0I="; 15 + tag = "v${version}"; 16 + hash = "sha256-X2yFQYH4nqI5CqPtKFHq3+V/itqTpUho9en4WEIRjQM="; 17 17 }; 18 18 19 19 postPatch = '' ··· 54 54 (e.g., images, pdf, videos and others). 55 55 ''; 56 56 homepage = "https://github.com/gnebbia/kb"; 57 - changelog = "https://github.com/gnebbia/kb/blob/v${version}/CHANGELOG.md"; 57 + changelog = "https://github.com/gnebbia/kb/blob/${src.tag}/CHANGELOG.md"; 58 58 license = lib.licenses.gpl3Plus; 59 59 maintainers = with lib.maintainers; [ wesleyjrz ]; 60 60 mainProgram = "kb";