Skip to content

Commit 981bc83

Browse files
author
clementpoiret
committed
bibiman: 0.11.4 -> 0.11.6
1 parent a27b305 commit 981bc83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/bi/bibiman/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "bibiman";
11-
version = "0.11.4";
11+
version = "0.11.6";
1212

1313
src = fetchFromGitea {
1414
domain = "codeberg.org";
1515
owner = "lukeflo";
1616
repo = "bibiman";
1717
tag = "v${version}";
18-
hash = "sha256-LYoo3j3On4oCANg0acsyL7knFhOjKW0/zBVyK20knDs=";
18+
hash = "sha256-nyONqQmS8MvgMrq6XIuMjc8FkP9wKQu+EVnQUcSAjEo=";
1919
};
2020

2121
useFetchCargoVendor = true;
22-
cargoHash = "sha256-VYG9KshZ4/MIgtwmfJ+sa8PKj9dgPuNgCUgqF+XRiMA=";
22+
cargoHash = "sha256-fdUCrf6gdZZtrL93GQMnA+4ZJ8qkjsBKJJN5u4VKE1w=";
2323

2424
nativeInstallCheckInputs = [
2525
versionCheckHook

0 commit comments

Comments
 (0)