mcchunkie,gqrss: build with go 1.19
This commit is contained in:
parent
1e5371f7e9
commit
8912c7f548
@ -1,4 +1,4 @@
|
||||
{ lib, buildGoModule, fetchFromGitHub, isUnstable, ... }:
|
||||
{ lib, buildGo119Module, fetchFromGitHub, isUnstable, ... }:
|
||||
|
||||
let
|
||||
vendorHash = if isUnstable then
|
||||
@ -7,7 +7,7 @@ let
|
||||
"sha256-NIAJKq7TiMessqaohkdHy+j/vBKvMsiPgmnaiNAsGeE=";
|
||||
|
||||
in with lib;
|
||||
buildGoModule rec {
|
||||
buildGo119Module rec {
|
||||
pname = "gqrss";
|
||||
version = "1.0.0";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ lib, buildGo118Module, fetchFromGitHub, isUnstable, ... }:
|
||||
{ lib, buildGo119Module, fetchFromGitHub, isUnstable, ... }:
|
||||
|
||||
let
|
||||
vendorHash = if isUnstable then
|
||||
@ -7,7 +7,7 @@ let
|
||||
"sha256-d8YeLD/BQAB6IC4jvBke9EIKAe+7/MnPgVYztqjU5c4=";
|
||||
|
||||
in with lib;
|
||||
buildGo118Module rec {
|
||||
buildGo119Module rec {
|
||||
pname = "mcchunkie";
|
||||
version = "1.0.8";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user