bibiman: 0.12.4 -> 0.13.1 (#423989)

Co-authored-by: clementpoiret <clementpoiret@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] clementpoiret and committed by GitHub aa616fb0 a3ed1c0e

+3 -3
+3 -3
pkgs/by-name/bi/bibiman/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "bibiman"; 11 - version = "0.12.4"; 12 13 src = fetchFromGitea { 14 domain = "codeberg.org"; 15 owner = "lukeflo"; 16 repo = "bibiman"; 17 tag = "v${version}"; 18 - hash = "sha256-6duqLBPm6GlBHm3Kr4foHF1MKodYOYKKDITk/BiX6mA="; 19 }; 20 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-tbgzjTsK88+G4Wxex4Tl0K5Ii99tPNud3UEDzAHaI0M="; 23 24 nativeInstallCheckInputs = [ 25 versionCheckHook
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "bibiman"; 11 + version = "0.13.1"; 12 13 src = fetchFromGitea { 14 domain = "codeberg.org"; 15 owner = "lukeflo"; 16 repo = "bibiman"; 17 tag = "v${version}"; 18 + hash = "sha256-MdUabJQ5x3/n7dfbIjAqK9hDQ+lLNOtXknY4fTSW67Q="; 19 }; 20 21 useFetchCargoVendor = true; 22 + cargoHash = "sha256-FARk/BCssI35aS4yxUnfGoV6C3i4/a/LQcEMIKD29Ac="; 23 24 nativeInstallCheckInputs = [ 25 versionCheckHook