Skip to content

Commit e4f1b16

Browse files
authored
Merge pull request #288799 from aaronjheng/pinact
pinact: unpin go1.20
2 parents 46a93d0 + 8602587 commit e4f1b16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/pi/pinact/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ lib
22
, fetchFromGitHub
3-
, buildGo120Module
3+
, buildGoModule
44
, testers
55
, pinact
66
}:
@@ -15,7 +15,7 @@ let
1515
hash = "sha256-OQo21RHk0c+eARKrA2qB4NAWWanb94DOZm4b9lqDz8o=";
1616
};
1717
in
18-
buildGo120Module {
18+
buildGoModule {
1919
inherit pname version src;
2020

2121
vendorHash = "sha256-g7rdIE+w/pn70i8fOmAo/QGjpla3AUWm7a9MOhNmrgE=";

0 commit comments

Comments
 (0)