feat: updating packwiz to always take the latest version if it exists
This commit is contained in:
parent
7878466926
commit
d4eb851277
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ buildGoModule {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Silver-Golden";
|
owner = "Silver-Golden";
|
||||||
repo = "packwiz";
|
repo = "packwiz";
|
||||||
rev = "fd5040288135318fce4f7a77f3439d3eb5d9629d";
|
rev = "453264019e54eae69f495078b0f3fa073f071e73";
|
||||||
sha256 = "sha256-udH+dv8gqz2UdoUt+24Sflen3RgrT3xBLPYXxH4ro8Q=";
|
sha256 = "sha256-x6Z8MLaacZFlRYOVkTU+ffYtCJu4FAB3I2W/uQITwns=";
|
||||||
};
|
};
|
||||||
passthru.updateScript = unstableGitUpdater { };
|
passthru.updateScript = unstableGitUpdater { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue