Skip to content

Commit

Permalink
chore: reset pkgs.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Jul 18, 2023
1 parent b6fe9ca commit f432546
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 9 deletions.
10 changes: 5 additions & 5 deletions nix/pkgs/packages/_sources/pkgs.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ src.prefix = "v"
src.git = "https://github.com/troyeguo/koodo-reader"
fetch.github = "troyeguo/koodo-reader"

# [broker]
# src.git = "https://github.com/zeek/broker"
# fetch.github = "zeek/broker"
# git.fetchSubmodules = true
[broker]
src.git = "https://github.com/zeek/broker"
fetch.github = "zeek/broker"
git.fetchSubmodules = true

[tuc]
src.git = "https://github.com/riquito/tuc"
Expand All @@ -55,7 +55,7 @@ fetch.github = "kurtbuilds/watchexec-simple"
[zeek-language-server]
src.git = "https://github.com/bbannier/zeek-language-server"
fetch.github = "bbannier/zeek-language-server"
# git.fetchSubmodules = true
git.fetchSubmodules = true

[sslproxy]
src.git = "https://github.com/sonertari/SSLproxy"
Expand Down
24 changes: 22 additions & 2 deletions nix/pkgs/packages/_sources/pkgs/generated.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"broker": {
"cargoLocks": null,
"date": "2023-07-02",
"extract": null,
"name": "broker",
"passthru": null,
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"owner": "zeek",
"repo": "broker",
"rev": "f338a5f6db54d0cf8db4708d6656b1856c8d59b4",
"sha256": "sha256-4LB/JR2EK89uvcu2COk8PssG6Pcd37XsGQxKUJqYhaQ=",
"type": "github"
},
"version": "f338a5f6db54d0cf8db4708d6656b1856c8d59b4"
},
"caretaker": {
"cargoLocks": null,
"date": null,
Expand Down Expand Up @@ -238,13 +258,13 @@
"pinned": false,
"src": {
"deepClone": false,
"fetchSubmodules": false,
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"owner": "bbannier",
"repo": "zeek-language-server",
"rev": "2d8eafc17959402ace45defdb6b05fcbf42b3560",
"sha256": "sha256-Q8n/LhGAZdZ8j90rlNs0iBDrVOkcieptKRt05gGoSn8=",
"sha256": "sha256-GUEtAIdZ63Kv/IxcU3HP1rwubQ68jw1qNdc93VzXi1w=",
"type": "github"
},
"version": "2d8eafc17959402ace45defdb6b05fcbf42b3560"
Expand Down
16 changes: 14 additions & 2 deletions nix/pkgs/packages/_sources/pkgs/generated.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
broker = {
pname = "broker";
version = "f338a5f6db54d0cf8db4708d6656b1856c8d59b4";
src = fetchFromGitHub {
owner = "zeek";
repo = "broker";
rev = "f338a5f6db54d0cf8db4708d6656b1856c8d59b4";
fetchSubmodules = true;
sha256 = "sha256-4LB/JR2EK89uvcu2COk8PssG6Pcd37XsGQxKUJqYhaQ=";
};
date = "2023-07-02";
};
caretaker = {
pname = "caretaker";
version = "v0.2.4";
Expand Down Expand Up @@ -142,8 +154,8 @@
owner = "bbannier";
repo = "zeek-language-server";
rev = "2d8eafc17959402ace45defdb6b05fcbf42b3560";
fetchSubmodules = false;
sha256 = "sha256-Q8n/LhGAZdZ8j90rlNs0iBDrVOkcieptKRt05gGoSn8=";
fetchSubmodules = true;
sha256 = "sha256-GUEtAIdZ63Kv/IxcU3HP1rwubQ68jw1qNdc93VzXi1w=";
};
date = "2023-06-22";
};
Expand Down

0 comments on commit f432546

Please sign in to comment.