1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

cheat: 4.2.6 -> 4.3.1

This commit is contained in:
Jörg Thalheim 2022-08-09 09:44:43 +02:00
parent b74d6cd93f
commit 5c8d55cc72

View file

@ -3,13 +3,13 @@
buildGoModule rec {
pname = "cheat";
version = "4.2.6";
version = "4.3.1";
src = fetchFromGitHub {
owner = "cheat";
repo = "cheat";
rev = version;
sha256 = "sha256-Y+lZBJDCSLETMzLwDIht5+vfniFWPL4PehK+vKN65Es=";
sha256 = "sha256-Umbe3XoCQV+q37ROeIWQUZtTe1Nu59Z5Hxt2nc7/l64=";
};
subPackages = [ "cmd/cheat" ];