We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a27b305 commit 981bc83Copy full SHA for 981bc83
pkgs/by-name/bi/bibiman/package.nix
@@ -8,18 +8,18 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "bibiman";
11
- version = "0.11.4";
+ version = "0.11.6";
12
13
src = fetchFromGitea {
14
domain = "codeberg.org";
15
owner = "lukeflo";
16
repo = "bibiman";
17
tag = "v${version}";
18
- hash = "sha256-LYoo3j3On4oCANg0acsyL7knFhOjKW0/zBVyK20knDs=";
+ hash = "sha256-nyONqQmS8MvgMrq6XIuMjc8FkP9wKQu+EVnQUcSAjEo=";
19
};
20
21
useFetchCargoVendor = true;
22
- cargoHash = "sha256-VYG9KshZ4/MIgtwmfJ+sa8PKj9dgPuNgCUgqF+XRiMA=";
+ cargoHash = "sha256-fdUCrf6gdZZtrL93GQMnA+4ZJ8qkjsBKJJN5u4VKE1w=";
23
24
nativeInstallCheckInputs = [
25
versionCheckHook
0 commit comments