lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bibiman: 0.11.4 -> 0.11.6 (#406689)

authored by isabelroses.com and committed by

GitHub 234f1c87 8cec9f20

+3 -3
+3 -3
pkgs/by-name/bi/bibiman/package.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "bibiman"; 11 - version = "0.11.4"; 11 + version = "0.11.6"; 12 12 13 13 src = fetchFromGitea { 14 14 domain = "codeberg.org"; 15 15 owner = "lukeflo"; 16 16 repo = "bibiman"; 17 17 tag = "v${version}"; 18 - hash = "sha256-LYoo3j3On4oCANg0acsyL7knFhOjKW0/zBVyK20knDs="; 18 + hash = "sha256-nyONqQmS8MvgMrq6XIuMjc8FkP9wKQu+EVnQUcSAjEo="; 19 19 }; 20 20 21 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-VYG9KshZ4/MIgtwmfJ+sa8PKj9dgPuNgCUgqF+XRiMA="; 22 + cargoHash = "sha256-fdUCrf6gdZZtrL93GQMnA+4ZJ8qkjsBKJJN5u4VKE1w="; 23 23 24 24 nativeInstallCheckInputs = [ 25 25 versionCheckHook