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

Merge pull request #311641 from oluceps/update-juicity

juicity: 0.4.2 -> 0.4.3
parents 6c4f1146 b6e725fe
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
}:
buildGoModule rec {
  pname = "juicity";
  version = "0.4.2";
  version = "0.4.3";

  src = fetchFromGitHub {
    owner = "juicity";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-JC4VGM7aY+fYo0F9yAkgTbZA56ztyeoIx9PARlBjkh4=";
    hash = "sha256-4sej/nb7d58+hSCaD6KIfDsqiGmgECPIbRKR65TbMBM=";
  };

  vendorHash = "sha256-SM5ZrTtuqenPsGjphkCM9JHzucw0/qBmevD+3/kyF6k=";