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

circumflex: 2.8.2 -> 2.9.1
This commit is contained in:
Weijia Wang 2023-05-24 16:11:08 +03:00 committed by GitHub
commit 3a1b5769ad
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.8.2";
version = "2.9.1";
src = fetchFromGitHub {
owner = "bensadeh";
repo = "circumflex";
rev = version;
hash = "sha256-6g1x19FLC7IdShlcCNlKMuPQX1sBU5+eFr0CzTSu4nE=";
hash = "sha256-FgmtRARNyvO+Ivhwr2S12GLX+vlTFnsClXv1Y7sTCmU=";
};
vendorHash = "sha256-rztg2mIuyoqpI9SKQsp0ASMT4HO4h0/bxLX7+xtfLzo=";
vendorHash = "sha256-p4lIIu3rkzb1EfJ4GJeXPgQlxGN1dqyTlIC9BOE1o/Y=";
nativeBuildInputs = [ makeWrapper ];