mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
git-cola: 2.10 -> 2.11
This commit is contained in:
parent
eda5b46cab
commit
bc563c5973
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@ let
|
|||
inherit (pythonPackages) buildPythonApplication pyqt4 sip pyinotify python mock;
|
||||
in buildPythonApplication rec {
|
||||
name = "git-cola-${version}";
|
||||
version = "2.10";
|
||||
version = "2.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "git-cola";
|
||||
repo = "git-cola";
|
||||
rev = "v${version}";
|
||||
sha256 = "067g0yya6718kxagf5qm59zizp0lizca4m3ih85y732i6rqpgwv8";
|
||||
sha256 = "1prv8ib9jdkj5rgixj3hvkivwmbz5xvh8bmllrb1sb301yzi1s0g";
|
||||
};
|
||||
|
||||
buildInputs = [ git gettext ];
|
||||
|
|
Loading…
Reference in a new issue