1
0
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
Daniel Kempkens d42f70bb43
Update deps
All checks were successful
Build / build-arm64-linux (push) Successful in 15m56s
Build / build-amd64-linux (push) Successful in 27m54s
2023-09-18 12:47:37 +02:00
Daniel Kempkens 13075cf9db
mediaserver: add CI cache 2023-09-18 11:23:08 +02:00
Daniel Kempkens 774913b735
Update deps 2023-09-18 11:22:53 +02:00
3 changed files with 27 additions and 25 deletions

View file

@ -89,11 +89,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1694513707, "lastModified": 1695029081,
"narHash": "sha256-wE5kHco3+FQjc+MwTPwLVqYz4hM7uno2CgXDXUFMCpc=", "narHash": "sha256-1jpJoeDbxYXWViVRkiSyDxsT4SqqsxgYu5Cg7xisKrA=",
"owner": "serokell", "owner": "serokell",
"repo": "deploy-rs", "repo": "deploy-rs",
"rev": "31c32fb2959103a796e07bbe47e0a5e287c343a8", "rev": "57d5071e60c1318ec27eb987f96504ce3d58cb34",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -109,11 +109,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694925805, "lastModified": 1695000028,
"narHash": "sha256-UNMivSc89undITtNoy6o6bf3Dck4v75rzGiMEXAPEB0=", "narHash": "sha256-PAZl5eDhj44b7+1JOdT+BGGK1UsCHWKG+v8tw/Gmy34=",
"owner": "nix-community", "owner": "nix-community",
"repo": "disko", "repo": "disko",
"rev": "9ab96378f8cf602d5f3ce5a32f2c339509288d8e", "rev": "7548ad94698adb90ee17ff62581f2b2457faaedd",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -323,11 +323,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1694946781, "lastModified": 1695010592,
"narHash": "sha256-wFud/XfMFPebXp0FDYRLtw8VPE9GqroLoKRqEVxx6tk=", "narHash": "sha256-TbYvLxmx2O6d/oVCG+yHpSg1ZJZRsq4PRVZFV0AOhrg=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "677df72e4032d819a3e49a41f015bea7457271a4", "rev": "9cadbf1d36b63f53f0de48c8c5ff6c752ff05d70",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -346,11 +346,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1694969922, "lastModified": 1695020316,
"narHash": "sha256-BHq8g+6xrJxX1SY2bOxEhcNn+Z/ukp1ZK0E4vvLMBEE=", "narHash": "sha256-DTVi6jrCNcR1xWzZVru5FecLK3Az0+eTR8IoJRLteUI=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8c1739af0b87655790e15e8fd6dfa4bd35e7bcc4", "rev": "d5ed014c12239f9b76cf5aeb80002ae9f74b227a",
"revCount": 493, "revCount": 494,
"type": "git", "type": "git",
"url": "https://git.kempkens.io/daniel/nix-overlay" "url": "https://git.kempkens.io/daniel/nix-overlay"
}, },
@ -381,11 +381,11 @@
}, },
"nixos-hardware": { "nixos-hardware": {
"locked": { "locked": {
"lastModified": 1694710316, "lastModified": 1695031320,
"narHash": "sha256-uRh46iIC86D8BD1wCDA5gRrt+hslUXiD0kx/UjnjBcs=", "narHash": "sha256-n3+Gj013nrkmbdgMOVMPHflZGvG+uUHVY7fwGlm4tsA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixos-hardware", "repo": "nixos-hardware",
"rev": "570256327eb6ca6f7bebe8d93af49459092a0c43", "rev": "d53069def4fb2d92da1ec062b583c088426dc61a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -118,12 +118,12 @@ in
}; };
nvim-treesitter = buildVimPluginFrom2Nix { nvim-treesitter = buildVimPluginFrom2Nix {
pname = "nvim-treesitter"; pname = "nvim-treesitter";
version = "2023-09-17"; version = "2023-09-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nvim-treesitter"; owner = "nvim-treesitter";
repo = "nvim-treesitter"; repo = "nvim-treesitter";
rev = "9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea"; rev = "f9034812d8335356ef3ede49110d1569624033fa";
sha256 = "0654x3bs8y91p0f19dzz41p2x9rs9mwvnfdyp9gfblllwmbdxjx4"; sha256 = "199dhiv68j9rhq14lvckz04hrlrz8p9ipmbbh32wjhj46j0q5f6k";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -275,12 +275,12 @@ in
}; };
nvim-navic = buildVimPluginFrom2Nix { nvim-navic = buildVimPluginFrom2Nix {
pname = "nvim-navic"; pname = "nvim-navic";
version = "2023-07-21"; version = "2023-09-18";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "SmiteshP"; owner = "SmiteshP";
repo = "nvim-navic"; repo = "nvim-navic";
rev = "9c89730da6a05acfeb6a197e212dfadf5aa60ca0"; rev = "0ffa7ffe6588f3417e680439872f5049e38a24db";
sha256 = "1ginwysk4apjx2f045isidnzw863zrv272bdmzh247vi5za57c1k"; sha256 = "04fd7gcs6hhc44pya1k8ds332hm1jpg44w3ri14g3r2850b8b02z";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };
@ -572,12 +572,12 @@ in
}; };
gitsigns-nvim = buildVimPluginFrom2Nix { gitsigns-nvim = buildVimPluginFrom2Nix {
pname = "gitsigns.nvim"; pname = "gitsigns.nvim";
version = "2023-09-12"; version = "2023-09-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lewis6991"; owner = "lewis6991";
repo = "gitsigns.nvim"; repo = "gitsigns.nvim";
rev = "907ae8636016aab2f283576fc60d46ca3427e579"; rev = "bce4576a9047085a528c479a7fe1e2f6b787b6c1";
sha256 = "0v2ikhhqqxrfzp6wnqcszazq3zbmlf1g3n1jgln459bsyj7qq00v"; sha256 = "1s296391qc33m5j90gfcgn4dn9c2hbdjj6674afdibjildza0m2v";
fetchSubmodules = false; fetchSubmodules = false;
}; };
}; };

View file

@ -59,12 +59,14 @@ in
substituters = [ substituters = [
"https://attic.cache.daniel.sx/nifoc-systems" "https://attic.cache.daniel.sx/nifoc-systems"
"https://attic.cache.daniel.sx/nifoc-ci"
"https://nifoc.cachix.org" "https://nifoc.cachix.org"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU=" "nifoc-systems:eDDqVP5BFR6/1KvXbF9oUL8JahDdmbrsYtxlQ57LOTU="
"nifoc-ci:JpD9zqVQi8JuS7B8htPDOQZh08rhInMnGFS9RVhiuwk="
"nifoc.cachix.org-1:ymuftq7RgN/lf/iWXFK8gpwDSAGFaGBeliWe9u6q8II=" "nifoc.cachix.org-1:ymuftq7RgN/lf/iWXFK8gpwDSAGFaGBeliWe9u6q8II="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
]; ];