mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
buckets: 0.75.0 -> 0.80.0
This commit is contained in:
parent
b21c2d0de4
commit
c6707a68f2
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue