Merge pull request #89183 from timstott/go-jira
go-jira: 1.0.17 -> 1.0.23
This commit is contained in:
commit
b447269f08
|
@ -7854,6 +7854,12 @@
|
||||||
githubId = 2845239;
|
githubId = 2845239;
|
||||||
name = "Tim Put";
|
name = "Tim Put";
|
||||||
};
|
};
|
||||||
|
timstott = {
|
||||||
|
email = "stott.timothy@gmail.com";
|
||||||
|
github = "timstott";
|
||||||
|
githubId = 1334474;
|
||||||
|
name = "Timothy Stott";
|
||||||
|
};
|
||||||
tiramiseb = {
|
tiramiseb = {
|
||||||
email = "sebastien@maccagnoni.eu";
|
email = "sebastien@maccagnoni.eu";
|
||||||
github = "tiramiseb";
|
github = "tiramiseb";
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
# This file was generated by https://github.com/kamilchm/go2nix v1.2.1
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
{ stdenv, buildGoPackage, fetchgit }:
|
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "go-jira";
|
pname = "go-jira";
|
||||||
version = "1.0.17";
|
version = "1.0.23";
|
||||||
|
|
||||||
goPackagePath = "gopkg.in/Netflix-Skunkworks/go-jira.v1";
|
src = fetchFromGitHub {
|
||||||
|
|
||||||
src = fetchgit {
|
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
url = "https://gopkg.in/Netflix-Skunkworks/go-jira.v1";
|
owner = "go-jira";
|
||||||
sha256 = "0ap5dzikp934mawigmv7ighajr5yxpck2gpnb2cmkc1p6qa6gn4v";
|
repo = "jira";
|
||||||
|
sha256 = "0qk5ifjxkqisvgv066rw8xj2zszc9mhc0by4338xjd7ng10jkk7b";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vendorSha256 = "18jwxnkv94lsxfv57ga519knxm077cc8chp5c992ipk58a04nv18";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Simple command line client for Atlassian's Jira service written in Go";
|
description = "Simple command line client for Atlassian's Jira service written in Go";
|
||||||
homepage = "https://github.com/Netflix-Skunkworks/go-jira";
|
homepage = "https://github.com/go-jira/jira";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.carlosdagos ];
|
maintainers = with maintainers; [ carlosdagos timstott ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user