From 78784669265ccb4488aa6c2e3f80bd62e6a6777d Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 15 Jan 2025 19:38:48 +0000 Subject: [PATCH] feat: using teh packwiz with plugin functionality --- nix/packwiz.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/packwiz.nix b/nix/packwiz.nix index 331ffc7..6c68d4e 100644 --- a/nix/packwiz.nix +++ b/nix/packwiz.nix @@ -11,10 +11,10 @@ buildGoModule { version = "0-unstable-2024-10-15"; src = fetchFromGitHub { - owner = "packwiz"; + owner = "Silver-Golden"; repo = "packwiz"; - rev = "0626c00149a8d9a5e9f76e5640e7b8b95c064350"; - sha256 = "sha256-eAGfLUcyjDR2oJjLK3+DiuICTqoOcIwO5wL350w6vGw="; + rev = "fd5040288135318fce4f7a77f3439d3eb5d9629d"; + sha256 = "sha256-udH+dv8gqz2UdoUt+24Sflen3RgrT3xBLPYXxH4ro8Q="; }; passthru.updateScript = unstableGitUpdater { };