Skip to content

Commit 6bd7162

Browse files
[Backport release-25.11] nextcloud-notify_push: 1.2.1 -> 1.3.0 (#478843)
2 parents 1ea531d + 8e172cc commit 6bd7162

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/servers/nextcloud/notify_push.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ 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.2.1";
16+
version = "1.3.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "nextcloud";
2020
repo = "notify_push";
2121
tag = "v${version}";
22-
hash = "sha256-yEls1s7tD/fcqul/BmEsRf2g5mqD74M8TKG+Na3jlcM=";
22+
hash = "sha256-RdrwHlp3VlQkhyYr9XDWzqhNnNmUnd8hVAei8IkkNR8=";
2323
};
2424

2525
cargoHash = "sha256-+z9XaAzToLZg6/PoRigkvPVpZ/bX/t0VBR5bg3dCUVw=";
@@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
2828
app = fetchNextcloudApp {
2929
appName = "notify_push";
3030
appVersion = version;
31-
hash = "sha256-Yad1+kc0uCHRV4q7IDbQT8Ea2423YWGy9k42DHB0R1Q=";
31+
hash = "sha256-Z9vTAln//DYsx5VLWeJP1KBRF0to79F9aBLnpp+PdwA=";
3232
license = "agpl3Plus";
3333
homepage = "https://github.com/nextcloud/notify_push";
3434
url = "https://github.com/nextcloud-releases/notify_push/releases/download/v${version}/notify_push-v${version}.tar.gz";

0 commit comments

Comments
 (0)