Merge pull request #295755 from r-ryantm/auto-update/imgcrypt

imgcrypt: 1.1.9 -> 1.1.10
This commit is contained in:
Nick Cao 2024-03-14 12:22:37 -04:00 committed by GitHub
commit cf4a4bb8e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "imgcrypt";
version = "1.1.9";
version = "1.1.10";
src = fetchFromGitHub {
owner = "containerd";
repo = pname;
rev = "v${version}";
hash = "sha256-EStyi6RDK1G6kuaDGumZaHB4OrSrhhx/F5GsLe0amyA=";
hash = "sha256-81jfoWHYYenGQFcQI9kk8uPnv6FcyOtcJjpo1ykdtOI=";
};
vendorHash = null;