updated nextcloud-push
This commit is contained in:
parent
012a714cc3
commit
1efb0a2e31
@ -1,17 +1,17 @@
|
||||
{ lib, fetchFromGitHub, nixosTests, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
rustPlatform.b:uildRustPackage rec {
|
||||
pname = "notify_push";
|
||||
version = "0.7.0";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nextcloud";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-QHVWiH6qkwQay0wffoyDUyVxgxzNp10ieYIsdqoEdCM=";
|
||||
hash = "sha256-Y71o+ARi/YB2BRDfEyORbrA9HPvsUlWdh5UjM8hzmcA=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-HwE/ql8rJcGIINy+hNnpaTFEJqbmuUDrIvVI8kCpfQ8=";
|
||||
cargoHash = "sha256-Mk+0LKP55Um5YiCx2O49rUZPwaXtKFnWtRC+WPGBadE=";
|
||||
|
||||
passthru = rec {
|
||||
test_client = rustPlatform.buildRustPackage {
|
||||
|
Loading…
x
Reference in New Issue
Block a user