pebble: 2.3.1 -> 2.4.0

This commit is contained in:
f0x52
2022-04-24 22:48:48 +02:00
committed by GitHub
parent bb7886c068
commit 83a83784ed
+2 -2
View File
@@ -6,7 +6,7 @@
buildGoPackage rec {
pname = "pebble";
version = "2.3.1";
version = "2.4.0";
goPackagePath = "github.com/letsencrypt/${pname}";
@@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "letsencrypt";
repo = pname;
rev = "v${version}";
sha256 = "sha256-S9+iRaTSRt4F6yMKK0OJO6Zto9p0dZ3q/mULaipudVo=";
sha256 = "sha256-0sh67bzq3hlagk73w2kp45viq15g2rcxm760jk9fqshamq784m6m";
};
passthru.tests = {