3
0
Fork 0
forked from mirrors/nixpkgs

nextcloud-notify_push: 0.6.1 -> 0.6.2

Diff: https://github.com/nextcloud/notify_push/compare/v0.6.1...v0.6.2
This commit is contained in:
Robert Schütz 2023-03-29 15:04:57 -07:00
parent 22071c835f
commit 9e87f7dbde

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "notify_push";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "nextcloud";
repo = pname;
rev = "v${version}";
hash = "sha256-0quQmi+SFNVlDFUWJYM2WgOCi22KJ/eBLvxBl9+M3g4=";
hash = "sha256-YCIXpCNKqdCSvq7CSPSwoPc2gpCnnda8S7I4FzpezMc=";
};
cargoHash = "sha256-jZC71OCexTGVq/CguMiDHIbF7QaulIzUaZW2d0x98nw=";
cargoHash = "sha256-l6gMz/iJeLl+RLjOiR9U1m6V/rK+RWM84bQiz4jCFtY=";
passthru = {
test_client = rustPlatform.buildRustPackage {
@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
buildAndTestSubdir = "test_client";
cargoHash = "sha256-a8KcWnHr1bCS255ChOC6piXfVo/nJy/yVHNLCuHXoq4=";
cargoHash = "sha256-4jQvlxU3S3twTpiLab8BXC6ZSPSWN6ftK3GzfKnjHSE=";
};
};