bibiman: 0.11.6 -> 0.12.3 (#415775)

Co-authored-by: clementpoiret <clementpoiret@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-06-11 08:22:11 +00:00
committed by GitHub
co-authored by clementpoiret
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage rec {
pname = "bibiman";
version = "0.11.6";
version = "0.12.3";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "lukeflo";
repo = "bibiman";
tag = "v${version}";
hash = "sha256-nyONqQmS8MvgMrq6XIuMjc8FkP9wKQu+EVnQUcSAjEo=";
hash = "sha256-gjVfJyedZZhSavarBXmpG3jj7mb3706NPKB9oEVhol0=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-fdUCrf6gdZZtrL93GQMnA+4ZJ8qkjsBKJJN5u4VKE1w=";
cargoHash = "sha256-YtpnKgTIAsDXK6pl/TvU54euOdkbUcyCH4RADYWXkls=";
nativeInstallCheckInputs = [
versionCheckHook