buckets: 0.75.0 -> 0.80.0

This commit is contained in:
kmogged 2025-05-15 19:22:01 -05:00
parent b21c2d0de4
commit c6707a68f2

View file

@ -18,16 +18,16 @@ let
.${system};
# Get hash in sri format
# nix-prefetch-url <url> | xargs nix hash to-sri --type sha256 --extra-experimental-features nix-command
# nix-prefetch-url <url> | xargs nix hash convert --hash-algo sha256
hash =
{
x86_64-linux = "sha256-Gj/VDsV+ks8bhsFwU47+oBmsYOa0lQMHZeqQ3/IHm9E=";
aarch64-linux = "sha256-9pIT7iiarHBtHRdX5lqdfmJLJLMkugqZdprBZm5g1A8=";
x86_64-linux = "sha256-DK5+VT4+OCcJ4Bbv6GGs6R332GMsD1gNEmcz0iaJb1c=";
aarch64-linux = "sha256-Qu2YHGu0EPFaXjlUwJ7On8tOA9rqX/k8UnwADuRxoUk=";
}
.${system};
pname = "buckets";
version = "0.75.0";
version = "0.80.0";
src = fetchurl {
url = "https://github.com/buckets/application/releases/download/v${version}/Buckets-linux-latest-${platform}-${version}.AppImage";
inherit hash;