mcchunkie,gqrss: build with go 1.19

This commit is contained in:
Aaron Bieber 2022-08-27 07:36:58 -06:00
parent 1e5371f7e9
commit 8912c7f548
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -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";

View File

@ -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";