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

bodyclose: 2023-04-21 -> 0-unstable-2024-01-26

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2024-05-16 13:22:15 -03:00
parent 10f9f78975
commit ccec709a0b

View file

@ -6,16 +6,16 @@
buildGoModule {
pname = "bodyclose";
version = "2023-04-21";
version = "0-unstable-2024-01-26";
src = fetchFromGitHub {
owner = "timakin";
repo = "bodyclose";
rev = "574207250966ef48b7c65325648b17ff2c3a900a";
hash = "sha256-qUt8uOk1vgj2rtzTevGh9c4McxbFKgEw83pq7IAlRdg=";
rev = "f835fa56326ac81b2d54408f1a3a6c43bca4d5aa";
hash = "sha256-yPvBDJx6ECrSLDazdNDRl79iogsZO2qNWHuUuwQoRHU=";
};
vendorHash = "sha256-TSYaY7Rg0ZoXdIN1sTNmgjC4PcVcgwSTuE43FYbzlAs=";
vendorHash = "sha256-8grdJuV8aSETsJr2VazC/3ctfnGh3UgjOWD4/xf3uC8=";
ldflags = [ "-s" "-w" ];