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

Merge pull request #303096 from r-ryantm/auto-update/trayscale

trayscale: 0.11.1 -> 0.11.2
parents f1199f8c f31ddd38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "trayscale";
  version = "0.11.1";
  version = "0.11.2";

  src = fetchFromGitHub {
    owner = "DeedleFake";
    repo = "trayscale";
    rev = "v${version}";
    hash = "sha256-SepVgSxM4+csX7S0LPl6HmGDcgS991sgWJrOAA2YjIc=";
    hash = "sha256-Og/ilxWNB5TNqnViZ5TeE0P+RxG1JOP2q9jo91SBNZQ=";
  };

  vendorHash = "sha256-eIakjEYfVp2wfXu0oqBmd5hJZTp0xgYKNNbtpRBnT2w=";