feat: using teh packwiz with plugin functionality

This commit is contained in:
silver 2025-01-15 19:38:48 +00:00
parent 1bc7f5b92d
commit 7878466926
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -11,10 +11,10 @@ buildGoModule {
version = "0-unstable-2024-10-15"; version = "0-unstable-2024-10-15";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "packwiz"; owner = "Silver-Golden";
repo = "packwiz"; repo = "packwiz";
rev = "0626c00149a8d9a5e9f76e5640e7b8b95c064350"; rev = "fd5040288135318fce4f7a77f3439d3eb5d9629d";
sha256 = "sha256-eAGfLUcyjDR2oJjLK3+DiuICTqoOcIwO5wL350w6vGw="; sha256 = "sha256-udH+dv8gqz2UdoUt+24Sflen3RgrT3xBLPYXxH4ro8Q=";
}; };
passthru.updateScript = unstableGitUpdater { }; passthru.updateScript = unstableGitUpdater { };