Merge pull request #239087 from r-ryantm/auto-update/circumflex

circumflex: 2.9.1 -> 3.1.1
This commit is contained in:
Weijia Wang 2023-06-22 10:16:43 +03:00 committed by GitHub
commit c22409d519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "circumflex";
version = "2.9.1";
version = "3.1.1";
src = fetchFromGitHub {
owner = "bensadeh";
repo = "circumflex";
rev = version;
hash = "sha256-FgmtRARNyvO+Ivhwr2S12GLX+vlTFnsClXv1Y7sTCmU=";
hash = "sha256-GIA49Syk22T0efxqmR3OgQpxpcEZnCicq8sj9CXdIhQ=";
};
vendorHash = "sha256-p4lIIu3rkzb1EfJ4GJeXPgQlxGN1dqyTlIC9BOE1o/Y=";
vendorHash = "sha256-ms7TvCXQdkrlWp1pGj3ja+ACodt7z6sP3E373xHxA34=";
nativeBuildInputs = [ makeWrapper ];