Unverified Commit 485a8b78 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

git-town: 16.3.0 -> 16.4.1 (#351152)

parents cf001a76 b46365ee
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.3.0";
  version = "16.4.1";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    rev = "v${version}";
    hash = "sha256-q4bRUz6ZI6y0AYEDMUBMN1YJxmHkIDDkUiMd4rQbDHk=";
    hash = "sha256-8Xr1R6txsJBGzBtvvKOCg2lcAHksl4hNPc9zySkTfdg=";
  };

  vendorHash = null;