update to nextcloud 30
This commit is contained in:
parent
a8b25a4cc8
commit
61ec48c576
2 changed files with 11 additions and 8 deletions
15
flake.lock
generated
15
flake.lock
generated
|
|
@ -51,17 +51,18 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1726042813,
|
||||
"narHash": "sha256-LnNKCCxnwgF+575y0pxUdlGZBO/ru1CtGHIqQVfvjlA=",
|
||||
"owner": "NixOS",
|
||||
"lastModified": 1726574745,
|
||||
"narHash": "sha256-RZGivKjrMpG43zrDi3mX45s2VEUiHeErKir/UJVunmA=",
|
||||
"owner": "onny",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "159be5db480d1df880a0135ca0bfed84c2f88353",
|
||||
"rev": "1c57aee03339c5b1357eb35f4500cdad5e333b6d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "master",
|
||||
"type": "indirect"
|
||||
"owner": "onny",
|
||||
"ref": "nextcloud-update10",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
inputs = {
|
||||
# FIXME
|
||||
#nixpkgs.url = "nixpkgs/nixos-24.05";
|
||||
nixpkgs.url = "nixpkgs/master";
|
||||
nixpkgs.url = "github:onny/nixpkgs/nextcloud-update10";
|
||||
nixos-shell.url = "github:Mic92/nixos-shell";
|
||||
keycloak-realms.url = "github:rorosen/nixpkgs/keycloak-realm-import";
|
||||
};
|
||||
|
|
@ -38,8 +38,10 @@
|
|||
nodejs
|
||||
nodePackages.rollup
|
||||
act
|
||||
psalm
|
||||
npm-check-updates
|
||||
licensedigger
|
||||
reuse
|
||||
(eslint.overrideAttrs (oldAttrs: rec {
|
||||
version = "8.57.0";
|
||||
src = fetchFromGitHub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue