3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #211455 from r-ryantm/auto-update/kthxbye

kthxbye: 0.15 -> 0.16
This commit is contained in:
Mario Rodas 2023-01-22 09:48:25 -05:00 committed by GitHub
commit 84e0411e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "kthxbye";
version = "0.15";
version = "0.16";
src = fetchFromGitHub rec {
owner = "prymitive";
repo = "kthxbye";
rev = "v${version}";
hash = "sha256-N1MzutjzLk9MnE1b7dKRsiS7LL4Nb61+NpmjTBPGohI=";
hash = "sha256-B6AgD79q0kA67iC9pIfv8PH8xejx2srpRccdds1GsZo=";
};
vendorHash = "sha256-PtINxblqX/wxJyN42mS+hmwMy0lCd6FcQgmBnxTUdcc=";
vendorHash = "sha256-BS9+2w18tvrgmPzRMP0XyUlyPAR9AJMLXUd3GYEJr8E=";
buildPhase = ''
make -j$NIX_BUILD_CORES