Merge pull request #277841 from r-ryantm/auto-update/c2fmzq

c2fmzq: 0.4.16 -> 0.4.17
This commit is contained in:
Nick Cao 2024-01-01 10:31:39 -05:00 committed by GitHub
commit 41bbf2b9ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "c2FmZQ";
version = "0.4.16";
version = "0.4.17";
src = fetchFromGitHub {
owner = "c2FmZQ";
repo = "c2FmZQ";
rev = "v${version}";
hash = "sha256-DJvcWUPIEu3zCVIVB/mUBqbOzHwUI+01gMQUdYk4qm4=";
hash = "sha256-xjgoE1HlCmSPZ6TQcemI7fNE9wbIrk/WSrz6vlVt66U=";
};
ldflags = [ "-s" "-w" ];