circumflex: 2.8.2 -> 2.9.1

This commit is contained in:
R. Ryantm 2023-05-09 00:03:13 +00:00
parent 59778972bf
commit b785451d45

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 ];