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

c2fmzq: 0.4.8 -> 0.4.9
This commit is contained in:
Nick Cao 2023-10-27 12:45:43 -04:00 committed by GitHub
commit f2bcf78ad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "c2FmZQ";
version = "0.4.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "c2FmZQ";
repo = "c2FmZQ";
rev = "v${version}";
hash = "sha256-IYSmGzjTDMBgEMVZsi6CuUz6L7BzpmbrJYVPUhFr7rw=";
hash = "sha256-xrQBL/Xjzsg0jZ7cFuDfjCQhmt/dTD8FoCSlw0sX5MQ=";
};
ldflags = [ "-s" "-w" ];