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

Merge pull request #300003 from r-ryantm/auto-update/hacompanion

hacompanion: 1.0.11 -> 1.0.12
parents 5b8ee9eb e74e9113
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

buildGoModule rec {
  pname = "hacompanion";
  version = "1.0.11";
  version = "1.0.12";

  src = fetchFromGitHub {
    owner = "tobias-kuendig";
    repo = "hacompanion";
    rev = "v${version}";
    hash = "sha256-gTsA5XBjLlm/cITwQwYNudPK9SbSEaiAIjjdvRS3+8Q=";
    hash = "sha256-3uPn139e8TyP0rE9hfRKw192YyexG+f3KmlHMmgCN7A=";
  };

  vendorHash = "sha256-ZZ8nxN+zUeFhSXyoHLMgzeFllnIkKdoVnbVK5KjrLEQ=";