update to nextcloud 30

This commit is contained in:
Jonas Heinrich 2024-09-17 13:22:04 +00:00
parent a8b25a4cc8
commit 61ec48c576
2 changed files with 11 additions and 8 deletions

15
flake.lock generated
View file

@ -51,17 +51,18 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1726042813, "lastModified": 1726574745,
"narHash": "sha256-LnNKCCxnwgF+575y0pxUdlGZBO/ru1CtGHIqQVfvjlA=", "narHash": "sha256-RZGivKjrMpG43zrDi3mX45s2VEUiHeErKir/UJVunmA=",
"owner": "NixOS", "owner": "onny",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "159be5db480d1df880a0135ca0bfed84c2f88353", "rev": "1c57aee03339c5b1357eb35f4500cdad5e333b6d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "onny",
"ref": "master", "ref": "nextcloud-update10",
"type": "indirect" "repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View file

@ -4,7 +4,7 @@
inputs = { inputs = {
# FIXME # FIXME
#nixpkgs.url = "nixpkgs/nixos-24.05"; #nixpkgs.url = "nixpkgs/nixos-24.05";
nixpkgs.url = "nixpkgs/master"; nixpkgs.url = "github:onny/nixpkgs/nextcloud-update10";
nixos-shell.url = "github:Mic92/nixos-shell"; nixos-shell.url = "github:Mic92/nixos-shell";
keycloak-realms.url = "github:rorosen/nixpkgs/keycloak-realm-import"; keycloak-realms.url = "github:rorosen/nixpkgs/keycloak-realm-import";
}; };
@ -38,8 +38,10 @@
nodejs nodejs
nodePackages.rollup nodePackages.rollup
act act
psalm
npm-check-updates npm-check-updates
licensedigger licensedigger
reuse
(eslint.overrideAttrs (oldAttrs: rec { (eslint.overrideAttrs (oldAttrs: rec {
version = "8.57.0"; version = "8.57.0";
src = fetchFromGitHub { src = fetchFromGitHub {