mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nextcloud-notify_push: 0.6.12 -> 0.7.0
Diff: https://github.com/nextcloud/notify_push/compare/v0.6.12...v0.7.0 Changelog: https://github.com/nextcloud/notify_push/releases/tag/v0.7.0
This commit is contained in:
parent
2c1d58e90c
commit
5c812046c3
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "notify_push";
|
pname = "notify_push";
|
||||||
version = "0.6.12";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nextcloud";
|
owner = "nextcloud";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Wbrkr9DWOQpOKAp9X/PzU8alDDrDapX/1hE+ObbD/nc=";
|
hash = "sha256-QHVWiH6qkwQay0wffoyDUyVxgxzNp10ieYIsdqoEdCM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-4bgbhtqdb1IVsf0yIcZOXZCVdRHjdvhZe/VCab0kuMk=";
|
cargoHash = "sha256-HwE/ql8rJcGIINy+hNnpaTFEJqbmuUDrIvVI8kCpfQ8=";
|
||||||
|
|
||||||
passthru = rec {
|
passthru = rec {
|
||||||
test_client = rustPlatform.buildRustPackage {
|
test_client = rustPlatform.buildRustPackage {
|
||||||
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
buildAndTestSubdir = "test_client";
|
buildAndTestSubdir = "test_client";
|
||||||
|
|
||||||
cargoHash = "sha256-Z7AX/PXfiUHEV/M+i/2qne70tcZnnPj/iNT+DNMECS8=";
|
cargoHash = "sha256-KybnPzCM9mLF55s5eZ3qr5GRcaaYFpEdNklWEo/72Ts=";
|
||||||
|
|
||||||
meta = meta // {
|
meta = meta // {
|
||||||
mainProgram = "test_client";
|
mainProgram = "test_client";
|
||||||
|
Loading…
Reference in New Issue
Block a user