mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
jira-cli: 2.2 -> 3.0
This commit is contained in:
parent
28ee64cd0d
commit
5603d2eb02
@ -4,10 +4,10 @@ let
|
||||
in
|
||||
buildPythonApplication rec {
|
||||
pname = "jira-cli";
|
||||
version = "2.2";
|
||||
version = "3.0";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "314118d5d851394ebf910122fd7ce871f63581393968c71456441eb56be3b112";
|
||||
sha256 = "86f7d4ad7292c9a27bbc265d09e7bcd00ef8159f20172998d85f25aad53b0df6";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user