Skip to content

Commit d4531c1

Browse files
r-ryantmSuperSandro2000
authored andcommitted
nextcloud-notify_push: 1.0.0 -> 1.1.0
1 parent cc4eb12 commit d4531c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/servers/nextcloud/notify_push.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ rustPlatform.buildRustPackage rec {
1313
# in nixpkgs!
1414
# For that, check the `<dependencies>` section of `appinfo/info.xml`
1515
# in the app (https://github.com/nextcloud/notify_push/blob/main/appinfo/info.xml)
16-
version = "1.0.0";
16+
version = "1.1.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "nextcloud";
2020
repo = "notify_push";
2121
tag = "v${version}";
22-
hash = "sha256-Y71o+ARi/YB2BRDfEyORbrA9HPvsUlWdh5UjM8hzmcA=";
22+
hash = "sha256-mHoVNKvE4Hszi1wg9fIHjRMJp5+CIBCgUPzreJ6Jnew=";
2323
};
2424

2525
useFetchCargoVendor = true;
26-
cargoHash = "sha256-bO3KN+ynxNdbnFv1ZHJSSPWd4SxWQGIis3O3Gfba8jw=";
26+
cargoHash = "sha256-PkRWyz4Gd2gGg9n4yChtR96QNOjEK5HNVhBwkkVjVPE=";
2727

2828
passthru = rec {
2929
app = fetchNextcloudApp {
3030
appName = "notify_push";
3131
appVersion = version;
32-
hash = "sha256-4yCs4Q25PhYVICAIFlNiRTOFvL0JdmUwR5bNxp54GiA=";
32+
hash = "sha256-nxbmzRaW4FYmwTF27P9K7SebKYiL5KOMdyU5unif+NQ=";
3333
license = "agpl3Plus";
3434
homepage = "https://github.com/nextcloud/notify_push";
3535
url = "https://github.com/nextcloud-releases/notify_push/releases/download/v${version}/notify_push-v${version}.tar.gz";
@@ -43,7 +43,7 @@ rustPlatform.buildRustPackage rec {
4343
buildAndTestSubdir = "test_client";
4444

4545
useFetchCargoVendor = true;
46-
cargoHash = "sha256-bO3KN+ynxNdbnFv1ZHJSSPWd4SxWQGIis3O3Gfba8jw=";
46+
cargoHash = "sha256-PkRWyz4Gd2gGg9n4yChtR96QNOjEK5HNVhBwkkVjVPE=";
4747

4848
meta = meta // {
4949
mainProgram = "test_client";

0 commit comments

Comments
 (0)