Skip to content

Commit

Permalink
chore(deps): Update packages managed by nvfetcher (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: soulwhisper <26273512+soulwhisper@users.noreply.github.com>
  • Loading branch information
repo-butler[bot] and soulwhisper authored Oct 28, 2024
1 parent 72a28f9 commit 60b9492
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@
"name": null,
"owner": "siderolabs",
"repo": "talos",
"rev": "v1.8.1",
"sha256": "sha256-6WHeiVH/vZHiM4bqq3T5lC0ARldJyZtIErPeDgrZgxc=",
"rev": "v1.8.2",
"sha256": "sha256-sD/Nn1ZLM6JIZdWQsBioKyhrAvhz749LL4xWleQ80xY=",
"type": "github"
},
"version": "v1.8.1"
"version": "v1.8.2"
},
"usage-cli": {
"cargoLocks": null,
Expand All @@ -173,10 +173,10 @@
"name": null,
"owner": "jdx",
"repo": "usage",
"rev": "v0.12.1",
"sha256": "sha256-ZNUL9okgtKEhkymd3QaI5xIvPEjZ6sahanPkbu0OMwg=",
"rev": "v1.0.0",
"sha256": "sha256-RKCl1+L0jId2glQ0RwW17W2XwaKoRropaS0+hwxrCCw=",
"type": "github"
},
"version": "v0.12.1"
"version": "v1.0.0"
}
}
12 changes: 6 additions & 6 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,24 @@
};
talosctl = {
pname = "talosctl";
version = "v1.8.1";
version = "v1.8.2";
src = fetchFromGitHub {
owner = "siderolabs";
repo = "talos";
rev = "v1.8.1";
rev = "v1.8.2";
fetchSubmodules = false;
sha256 = "sha256-6WHeiVH/vZHiM4bqq3T5lC0ARldJyZtIErPeDgrZgxc=";
sha256 = "sha256-sD/Nn1ZLM6JIZdWQsBioKyhrAvhz749LL4xWleQ80xY=";
};
};
usage-cli = {
pname = "usage-cli";
version = "v0.12.1";
version = "v1.0.0";
src = fetchFromGitHub {
owner = "jdx";
repo = "usage";
rev = "v0.12.1";
rev = "v1.0.0";
fetchSubmodules = false;
sha256 = "sha256-ZNUL9okgtKEhkymd3QaI5xIvPEjZ6sahanPkbu0OMwg=";
sha256 = "sha256-RKCl1+L0jId2glQ0RwW17W2XwaKoRropaS0+hwxrCCw=";
};
};
}

0 comments on commit 60b9492

Please sign in to comment.