nextcloud-notify_push: 0.6.0 -> 0.6.1

Diff: https://github.com/nextcloud/notify_push/compare/v0.6.0...v0.6.1
This commit is contained in:
Sandro Jäckel 2023-03-28 15:13:21 +02:00
parent 22cbda6873
commit 282d3a0335
No known key found for this signature in database
GPG key ID: B1763F8651144063

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "notify_push"; pname = "notify_push";
version = "0.6.0"; version = "0.6.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nextcloud"; owner = "nextcloud";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-DGWdVsKA8Y1r+/n+vPkRmFt1EAwPYDmFiUcyWZrXeRM="; hash = "sha256-0quQmi+SFNVlDFUWJYM2WgOCi22KJ/eBLvxBl9+M3g4=";
}; };
cargoHash = "sha256-H0rkY3hQaOBP8Cai22ppQpZJS1vyFx5uo4k9Paa2yS0="; cargoHash = "sha256-jZC71OCexTGVq/CguMiDHIbF7QaulIzUaZW2d0x98nw=";
passthru = { passthru = {
test_client = rustPlatform.buildRustPackage { test_client = rustPlatform.buildRustPackage {