Merge pull request #162363 from r-ryantm/auto-update/pebble

pebble: 2.3.0 -> 2.3.1
This commit is contained in:
Lassulus 2022-04-07 17:48:33 +01:00 committed by GitHub
commit edf80030dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
buildGoPackage rec { buildGoPackage rec {
pname = "pebble"; pname = "pebble";
version = "2.3.0"; version = "2.3.1";
goPackagePath = "github.com/letsencrypt/${pname}"; goPackagePath = "github.com/letsencrypt/${pname}";
@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "letsencrypt"; owner = "letsencrypt";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1piwzzfqsdx6s2niczzp4mf4r3qn9nfdgpn7882g52cmmm0vzks2"; sha256 = "sha256-S9+iRaTSRt4F6yMKK0OJO6Zto9p0dZ3q/mULaipudVo=";
}; };
passthru.tests = { passthru.tests = {