1 { buildGoModule, fetchFromGitHub, fetchpatch, lib }:
7 src = fetchFromGitHub {
11 hash = "sha256-Z05GhtEPj3PLXpjF1wK8+pNUY3oDjbwZWQsYlTX14Rc=";
15 vendorHash = "sha256-LhkOMCuYO4GHezk21SlI2dP1UPmBp4bv2SdNbUQMKsI=";
18 # Add Go Modules support
20 url = "https://github.com/sgreben/yeetgif/commit/5d2067b9832898c2b1ac51bf6a5f107619038270.patch";
21 hash = "sha256-3eyqbpPyuQHjAN5mjQyZo0xY6L683T5Ytyx02II/iU4=";
25 ldflags = [ "-s" "-w" ];
28 description = "gif effects CLI. single binary, no dependencies. linux, osx, windows. #1 workplace productivity booster. #yeetgif #eggplant #golang";
29 homepage = "https://github.com/sgreben/yeetgif";
30 license = with licenses; [ mit asl20 cc-by-nc-sa-40 ];
31 maintainers = with maintainers; [ ajs124 ];