Unverified Commit 69a0c438 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

git-town: 16.1.1 -> 16.2.1 (#343829)

parents 7366da7b f80a5b1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "16.1.1";
  version = "16.2.1";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    rev = "v${version}";
    hash = "sha256-H4FtFSI/c7UxRLZB8kz873DIN6kLUwmRZtz3+4zaR7w=";
    hash = "sha256-/60n/JvT7XRfEVic6Jmi05WpsAy4mRsE/GAnetTMC1I=";
  };

  vendorHash = null;