-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331710 from Ma27/nc-backport-app-fixes
[24.05] nc4nix: 0-unstable-2024-03-01 -> 0-unstable-2024-08-01 #331507, update nextcloud apps
- Loading branch information
Showing
7 changed files
with
230 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
{ lib | ||
, buildGoModule | ||
, fetchFromGitHub | ||
{ | ||
lib, | ||
buildGoModule, | ||
fetchFromGitHub, | ||
unstableGitUpdater, | ||
}: | ||
|
||
buildGoModule { | ||
pname = "nc4nix"; | ||
version = "0-unstable-2024-03-01"; | ||
version = "0-unstable-2024-08-01"; | ||
|
||
src = fetchFromGitHub { | ||
owner = "helsinki-systems"; | ||
repo = "nc4nix"; | ||
rev = "ba37674c0dddf93e0a011dace92ec7f0ec834765"; | ||
hash = "sha256-k12eeP2gojLCsJH1GGuiTmxz3ViPc0+oFBuptyh42Bw="; | ||
rev = "827bb7244a3529e71c9474fe1f74aed51a4b08d5"; | ||
hash = "sha256-ToT+VvdXiUMmy0dNJAeyMlzMx87QhZPIwzxPXm2fR7s="; | ||
}; | ||
|
||
vendorHash = "sha256-ZXl4kMDY9ADkHUcLsl3uNpyErMzbgS+J65+uUeIXpSE="; | ||
vendorHash = "sha256-qntRsv3KvAbV3lENjAHKkQOqh3uTo3gacfwase489tQ="; | ||
|
||
meta = with lib; { | ||
passthru.updateScript = unstableGitUpdater { }; | ||
|
||
meta = { | ||
description = "Packaging helper for Nextcloud apps"; | ||
mainProgram = "nc4nix"; | ||
homepage = "https://github.com/helsinki-systems/nc4nix"; | ||
license = licenses.mit; | ||
maintainers = with maintainers; [ onny ]; | ||
platforms = platforms.linux; | ||
license = lib.licenses.mit; | ||
maintainers = with lib.maintainers; [ onny ]; | ||
platforms = lib.platforms.linux; | ||
}; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters