nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

go-containerregistry: 0.20.5 -> 0.20.6 (#418526)

authored by

Nick Cao and committed by
GitHub
8a053d5c 23b1f5b0

+2 -2
+2 -2
pkgs/by-name/go/go-containerregistry/package.nix
··· 14 14 15 15 buildGoModule rec { 16 16 pname = "go-containerregistry"; 17 - version = "0.20.5"; 17 + version = "0.20.6"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "google"; 21 21 repo = "go-containerregistry"; 22 22 rev = "v${version}"; 23 - sha256 = "sha256-t1OQpXn87OInOmqRx/oFrWkbVmE3nJX/OXH/13cq4CU="; 23 + sha256 = "sha256-fmn2SPmYecyKY7HMPjPKvovRS/Ez+SwDe+1maccq4Hc="; 24 24 }; 25 25 vendorHash = null; 26 26