pomerium: 0.27.1 -> 0.27.2 (#354989)

This commit is contained in:
Luke Granger-Brown 2024-11-11 22:36:23 +00:00 committed by GitHub
commit 69c085d074
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,15 +13,15 @@ let
in
buildGo123Module rec {
pname = "pomerium";
version = "0.27.1";
version = "0.27.2";
src = fetchFromGitHub {
owner = "pomerium";
repo = "pomerium";
rev = "v${version}";
hash = "sha256-+RKWl/weUYktS7jUB1lYpZCBKEfh7RMfKgRDbYV8Bjs=";
hash = "sha256-t1j5usgr/SO3Ev3JpCJWb3Ys8wgZUTGQVb6mo0oIsEc=";
};
vendorHash = "sha256-/iYUZp6EASDGApLymNuR10395PH8D3zPU+TlmmAN8Zc=";
vendorHash = "sha256-nTEFSLP0/GUVgtujVG6lQIxnj6DOEifc0MVh9CNxt8s=";
ui = mkYarnPackage {
inherit version;