Unverified Commit eb57b6e7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

circumflex: 2.8.1 -> 2.8.2
parents eb555ff2 4c937efb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "circumflex";
  version = "2.8.1";
  version = "2.8.2";

  src = fetchFromGitHub {
    owner = "bensadeh";
    repo = "circumflex";
    rev = version;
    hash = "sha256-hFhK1/ck37lfZJ2wpk1MGCfYEANhh8qzTb8m1t7EoBo=";
    hash = "sha256-6g1x19FLC7IdShlcCNlKMuPQX1sBU5+eFr0CzTSu4nE=";
  };

  vendorHash = "sha256-rwqY6illp5+h/oHOnVg6QfZ6tRFJOamwqJxQx/zlpyI=";
  vendorHash = "sha256-rztg2mIuyoqpI9SKQsp0ASMT4HO4h0/bxLX7+xtfLzo=";

  nativeBuildInputs = [ makeWrapper ];