mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
commit
e4f1b16d83
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user