Unverified Commit 20fa19f5 authored by lewo's avatar lewo Committed by GitHub
Browse files

Merge pull request #259692 from r-ryantm/auto-update/diffoci

diffoci: 0.1.1 -> 0.1.2
parents 16d864f8 989b7e22
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "diffoci";
  version = "0.1.1";
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "reproducible-containers";
    repo = "diffoci";
    rev = "v${version}";
    hash = "sha256-xmsfqlp/bosCjT83MXkA7uNlPgGYlKXOdnxVhm648zo=";
    hash = "sha256-Rrwwo1OCE2gn6MGt5XVddb8bJtoN7iAtxzr2MxyHcwk=";
  };

  vendorHash = "sha256-w3/Je8iIT6CEusfIfGv9TAWkePY5TtOQS0rQYH92sAs=";
  vendorHash = "sha256-18rsa91PiqZv70EK3K6K1l6N2mIpoVpkX29amKCo5cg=";

  ldflags = [ "-s" "-w" ];