Merge pull request #305429 from r-ryantm/auto-update/git-town

git-town: 14.0.0 -> 14.1.0

authored by Nick Cao and committed by GitHub bf3614f3 fe5fe245

+2 -2
+2 -2
pkgs/applications/version-management/git-town/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "git-town"; 5 - version = "14.0.0"; 5 + version = "14.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "git-town"; 9 9 repo = "git-town"; 10 10 rev = "v${version}"; 11 - hash = "sha256-GF1nNb/poFDXKwpqYZvQrTZ7CkNgO39KrrDuc94o/tw="; 11 + hash = "sha256-BhtKl052P3PGxGXb5lSOIsncJLiNlevzBMEF2kCuFpM="; 12 12 }; 13 13 14 14 vendorHash = null;