diffoci: 0.1.2 -> 0.1.4

This commit is contained in:
R. Ryantm 2023-11-29 16:32:33 +00:00
parent c67a44307a
commit 3a41b138c0

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "diffoci"; pname = "diffoci";
version = "0.1.2"; version = "0.1.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "reproducible-containers"; owner = "reproducible-containers";
repo = "diffoci"; repo = "diffoci";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Rrwwo1OCE2gn6MGt5XVddb8bJtoN7iAtxzr2MxyHcwk="; hash = "sha256-BTggky5behIxbVxyDZ09uobw0FBopboE9uUBEVgCgR4=";
}; };
vendorHash = "sha256-18rsa91PiqZv70EK3K6K1l6N2mIpoVpkX29amKCo5cg="; vendorHash = "sha256-4C35LBxSm6EkcOznQY1hT2vX9bwFfps/q76VqqPKBfI=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];