updated nextcloud-push

This commit is contained in:
naturallaw77 2025-01-19 18:55:41 -08:00
parent 012a714cc3
commit 1efb0a2e31

View File

@ -1,17 +1,17 @@
{ lib, fetchFromGitHub, nixosTests, rustPlatform }: { lib, fetchFromGitHub, nixosTests, rustPlatform }:
rustPlatform.buildRustPackage rec { rustPlatform.b:uildRustPackage rec {
pname = "notify_push"; pname = "notify_push";
version = "0.7.0"; version = "1.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-QHVWiH6qkwQay0wffoyDUyVxgxzNp10ieYIsdqoEdCM="; hash = "sha256-Y71o+ARi/YB2BRDfEyORbrA9HPvsUlWdh5UjM8hzmcA=";
}; };
cargoHash = "sha256-HwE/ql8rJcGIINy+hNnpaTFEJqbmuUDrIvVI8kCpfQ8="; cargoHash = "sha256-Mk+0LKP55Um5YiCx2O49rUZPwaXtKFnWtRC+WPGBadE=";
passthru = rec { passthru = rec {
test_client = rustPlatform.buildRustPackage { test_client = rustPlatform.buildRustPackage {