Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nwg-dock: 0.3.7 -> 0.3.9

+2 -2
+2 -2
pkgs/applications/misc/nwg-dock/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "nwg-dock"; 11 - version = "0.3.7"; 11 + version = "0.3.9"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "nwg-piotr"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-Ci+221sXlaqr164OYVhj8sqGSwlpFln2RRUiGoTO8Fk="; 17 + sha256 = "sha256-/iUtVym+fNnbBeLlrYIiO5tV9eeAVBh6Nw+d3GCJ/F8="; 18 18 }; 19 19 20 20 vendorHash = "sha256-GW+shKOCwU8yprEfBeAPx1RDgjA7cZZzXDG112bdZ6k=";