Merge pull request #288799 from aaronjheng/pinact

pinact: unpin go1.20
This commit is contained in:
Mario Rodas 2024-02-14 20:18:55 -05:00 committed by GitHub
commit e4f1b16d83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{ lib
, fetchFromGitHub
, buildGo120Module
, buildGoModule
, testers
, pinact
}:
@ -15,7 +15,7 @@ let
hash = "sha256-OQo21RHk0c+eARKrA2qB4NAWWanb94DOZm4b9lqDz8o=";
};
in
buildGo120Module {
buildGoModule {
inherit pname version src;
vendorHash = "sha256-g7rdIE+w/pn70i8fOmAo/QGjpla3AUWm7a9MOhNmrgE=";