1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

c2fmzq: 0.4.8 -> 0.4.9

This commit is contained in:
R. Ryantm 2023-10-27 13:45:00 +00:00
parent 2ca7c1c8a6
commit bc62d817b5

View file

@ -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" ];