bibiman: 0.11.0 -> 0.11.4 (#394628)
Co-authored-by: clementpoiret <clementpoiret@users.noreply.github.com>
This commit is contained in:
commit
039ad942e3
@ -8,18 +8,18 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "bibiman";
|
pname = "bibiman";
|
||||||
version = "0.11.0";
|
version = "0.11.4";
|
||||||
|
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "lukeflo";
|
owner = "lukeflo";
|
||||||
repo = "bibiman";
|
repo = "bibiman";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-g8C5yLtEHS/4Q312Rdse9FFymDXacIHqwg/ySpSt+NE=";
|
hash = "sha256-LYoo3j3On4oCANg0acsyL7knFhOjKW0/zBVyK20knDs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-RWLKiYyUQUgAPPWTugp1G05X3B9SbknmpVLc7eSdn8U=";
|
cargoHash = "sha256-VYG9KshZ4/MIgtwmfJ+sa8PKj9dgPuNgCUgqF+XRiMA=";
|
||||||
|
|
||||||
nativeInstallCheckInputs = [
|
nativeInstallCheckInputs = [
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user