My Nix Configuration
2
fork

Configure Feed

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

[pkgs] bgutil-pot-server: 0.6.0 -> 0.8.1

dish b89e3069 7f477fd5

+3 -3
+3 -3
packages/bgutil-pot-server/package.nix
··· 10 10 }: 11 11 rustPlatform.buildRustPackage (finalAttrs: { 12 12 pname = "bgutil-pot-server"; 13 - version = "0.6.0"; 13 + version = "0.8.1"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "jim60105"; 17 17 repo = "bgutil-ytdlp-pot-provider-rs"; 18 18 tag = "v${finalAttrs.version}"; 19 - hash = "sha256-kEu5WqOymH8yAyMhGKtVPOq3qlTRpFU/FO71uWEX/e8="; 19 + hash = "sha256-vfachB6zrj8+Cs5NPy8NSaK6O2xVOyiUkE129rkEDZA="; 20 20 }; 21 21 22 - cargoHash = "sha256-fJZeyIsFUfpWeC1MWsU1hANb6cqC9xHQOnhcohEMTeM="; 22 + cargoHash = "sha256-g08YhQmvEGmCnA2YQi0T/qgdjM3hpWhmfleh6sQ2sRk="; 23 23 24 24 nativeBuildInputs = [ 25 25 pkg-config