feat: updating packwiz to always take the latest version if it exists

This commit is contained in:
silver 2025-01-16 15:15:54 +00:00
parent 7878466926
commit d4eb851277
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -13,8 +13,8 @@ buildGoModule {
src = fetchFromGitHub {
owner = "Silver-Golden";
repo = "packwiz";
rev = "fd5040288135318fce4f7a77f3439d3eb5d9629d";
sha256 = "sha256-udH+dv8gqz2UdoUt+24Sflen3RgrT3xBLPYXxH4ro8Q=";
rev = "453264019e54eae69f495078b0f3fa073f071e73";
sha256 = "sha256-x6Z8MLaacZFlRYOVkTU+ffYtCJu4FAB3I2W/uQITwns=";
};
passthru.updateScript = unstableGitUpdater { };