File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ;
You can’t perform that action at this time.
0 commit comments