Merge pull request #255622 from r-ryantm/auto-update/oauth2c

oauth2c: 1.10.0 -> 1.11.0
This commit is contained in:
Florian Klink 2023-09-17 11:44:20 +02:00 committed by GitHub
commit 9e5673226d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "oauth2c";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "cloudentity";
repo = pname;
rev = "v${version}";
hash = "sha256-IOZjZgZk6upeFgQ0/KqrNKM15/EggvCSrSCSCTFNGVA=";
hash = "sha256-fNd/fGW/0TXI7c3/Sy9Pxdnh6N/AOHr0LT8aKSj79YM=";
};
vendorHash = "sha256-euEmslrSbXPVDNZkIguq+ukt74Um4H0+lIXEyCBorjE=";