Unverified Commit 5e31fb38 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

git-town: 19.0.0 -> 20.1.0 (#403728)

parents c5c9bf3f b00f8502
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "19.0.0";
  version = "20.1.0";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    tag = "v${version}";
    hash = "sha256-To+WtPkMbVDuUBaOkemua9i7WOs/X214YunWtbKt02Y=";
    hash = "sha256-RoSLRGi//vk/jp/6rxI//cKdeoNL8nI73ZdeRKDesfs=";
  };

  vendorHash = null;