summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorNiklas Thörne <notrupertthorne@gmail.com>2018-11-04 15:33:32 +0100
committerNiklas Thörne <notrupertthorne@gmail.com>2018-11-04 15:34:17 +0100
commit354379d6ffb5276d1d49301b408b8a6ce386af5c (patch)
tree559cecfa383c38b4af47e0457ef321a28c268127 /pkgs/applications
parent965ae0246a2ee176cba658503afe8cd78e01f087 (diff)
downloadnixlib-354379d6ffb5276d1d49301b408b8a6ce386af5c.tar
nixlib-354379d6ffb5276d1d49301b408b8a6ce386af5c.tar.gz
nixlib-354379d6ffb5276d1d49301b408b8a6ce386af5c.tar.bz2
nixlib-354379d6ffb5276d1d49301b408b8a6ce386af5c.tar.lz
nixlib-354379d6ffb5276d1d49301b408b8a6ce386af5c.tar.xz
nixlib-354379d6ffb5276d1d49301b408b8a6ce386af5c.tar.zst
nixlib-354379d6ffb5276d1d49301b408b8a6ce386af5c.zip
git-big-picture: 0.9.0 -> 0.10.1
https://github.com/esc/git-big-picture/blob/master/README.rst#Changelog
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-big-picture/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-big-picture/default.nix b/pkgs/applications/version-management/git-and-tools/git-big-picture/default.nix
index 6918f048eae3..7a47ed9a992d 100644
--- a/pkgs/applications/version-management/git-and-tools/git-big-picture/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-big-picture/default.nix
@@ -2,7 +2,7 @@
 
 python2Packages.buildPythonApplication rec {
   pname = "git-big-picture";
-  version = "0.9.0";
+  version = "0.10.1";
 
   name = "${pname}-${version}";
 
@@ -10,7 +10,7 @@ python2Packages.buildPythonApplication rec {
     owner = "esc";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1h283gzs4nx8lrarmr454zza52cilmnbdrqn1n33v3cn1rayl3c9";
+    sha256 = "0b0zdq7d7k7f6p3wwc799347fraphbr20rxd1ysnc4xi1cj4wpmi";
   };
 
   buildInputs = [ git graphviz ];
@@ -21,7 +21,7 @@ python2Packages.buildPythonApplication rec {
     '';
 
   meta = {
-    description = "Tool for visualization of Git repositories.";
+    description = "Tool for visualization of Git repositories";
     homepage = https://github.com/esc/git-big-picture;
     license = stdenv.lib.licenses.gpl3;
     platforms = stdenv.lib.platforms.linux;