Unverified Commit 9009cb95 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #258356 from r-ryantm/auto-update/nwg-dock

nwg-dock: 0.3.7 -> 0.3.9
parents 84a59d11 80e68045
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "nwg-dock";
  version = "0.3.7";
  version = "0.3.9";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-Ci+221sXlaqr164OYVhj8sqGSwlpFln2RRUiGoTO8Fk=";
    sha256 = "sha256-/iUtVym+fNnbBeLlrYIiO5tV9eeAVBh6Nw+d3GCJ/F8=";
  };

  vendorHash = "sha256-GW+shKOCwU8yprEfBeAPx1RDgjA7cZZzXDG112bdZ6k=";