Merge pull request #268181 from sikmir/simplotask

simplotask: 1.11.5 → 1.12.0

authored by Nikolay Korotkiy and committed by GitHub c074160d 30e89e4f

+3 -3
+3 -3
pkgs/tools/admin/simplotask/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "simplotask"; 5 - version = "1.11.5"; 5 + version = "1.12.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "umputun"; 9 9 repo = "spot"; 10 10 rev = "v${version}"; 11 - hash = "sha256-ZPmYAUfkWo+inD2CwzT4Hncsshk3Y2W6aldy/5v1sks="; 11 + hash = "sha256-bbn6RLkAAlQeHsaMmb34FFrhaYvouf8rSOJpGdYE7Y4="; 12 12 }; 13 13 14 14 vendorHash = null; ··· 29 29 30 30 meta = with lib; { 31 31 description = "A tool for effortless deployment and configuration management"; 32 - homepage = "https://simplotask.com/"; 32 + homepage = "https://spot.umputun.dev/"; 33 33 maintainers = with maintainers; [ sikmir ]; 34 34 license = licenses.mit; 35 35 mainProgram = "spot";