Unverified Commit 8e4dd97b authored by dish's avatar dish Committed by GitHub
Browse files

git-town: 22.0.0 -> 22.1.0 (#451837)

parents 4bf06920 cdf60ddf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,13 +13,13 @@

buildGoModule rec {
  pname = "git-town";
  version = "22.0.0";
  version = "22.1.0";

  src = fetchFromGitHub {
    owner = "git-town";
    repo = "git-town";
    tag = "v${version}";
    hash = "sha256-yLDzMKyg9t5VNFXRS+FDD6W0Z80eNNywfZAMOhxNSZU=";
    hash = "sha256-hM6aEH4xiMgRWvIzja9QQUZvwdufG1FYooeUO1qJpbU=";
  };

  vendorHash = null;