mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
pan-bindings: unpin buildGoModule
This commit is contained in:
parent
d13402a1bd
commit
84dcc8770b
@ -1,7 +1,7 @@
|
||||
{ lib
|
||||
, stdenv
|
||||
, fetchFromGitHub
|
||||
, buildGo122Module
|
||||
, buildGoModule
|
||||
, cmake
|
||||
, ncurses
|
||||
, asio
|
||||
@ -15,7 +15,7 @@ let
|
||||
rev = "4361d30f1c5145a70651c259f2d56369725b0d15";
|
||||
hash = "sha256-0WxrgXTCM+BwGcjjWBBKiZawje2yxB5RRac6Sk5t3qc=";
|
||||
};
|
||||
goDeps = (buildGo122Module {
|
||||
goDeps = (buildGoModule {
|
||||
name = "pan-bindings-goDeps";
|
||||
inherit src version;
|
||||
modRoot = "go";
|
||||
|
Loading…
Reference in New Issue
Block a user