Unverified Commit 515b4fdc authored by Matt Sturgeon's avatar Matt Sturgeon Committed by GitHub
Browse files

issue2md: 1.0.0 -> 1.2.0 (#440952)

parents 5e65d2fd f2c21b01
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule (finalAttrs: {
  pname = "issue2md";
  version = "1.0.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "bigwhite";
    repo = "issue2md";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QBEHjFu+YWHPeSZSQT1lzTNSIyLQYXEIi+XopdHN710=";
    hash = "sha256-jwMaXiGcdNCQZJ2xht1oAcFJohFJiTH3lV3+opZ677g=";
  };

  vendorHash = null;