Skip to content

Commit

Permalink
git-town: 13.0.2 -> 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 13, 2024
1 parent 14b1352 commit 8f944c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/git-town/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "git-town";
version = "13.0.2";
version = "14.0.0";

src = fetchFromGitHub {
owner = "git-town";
repo = "git-town";
rev = "v${version}";
hash = "sha256-NT/d6JRecM2g7e+mREYEi1LbUcRkwxmMEuy+IrpCjFA=";
hash = "sha256-GF1nNb/poFDXKwpqYZvQrTZ7CkNgO39KrrDuc94o/tw=";
};

vendorHash = null;
Expand Down

0 comments on commit 8f944c0

Please sign in to comment.