about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-04-29 19:41:41 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2016-04-29 21:42:35 +0200
commit2415254a52dc9edf798ce2a7d08bffd3305ec55b (patch)
treebdbf4bc4e4391704c6bbc53c60e2996c81652def /pkgs/applications
parent1541e1ca6bf765f882a17e52a82513d2ed4fb5db (diff)
downloadnixlib-2415254a52dc9edf798ce2a7d08bffd3305ec55b.tar
nixlib-2415254a52dc9edf798ce2a7d08bffd3305ec55b.tar.gz
nixlib-2415254a52dc9edf798ce2a7d08bffd3305ec55b.tar.bz2
nixlib-2415254a52dc9edf798ce2a7d08bffd3305ec55b.tar.lz
nixlib-2415254a52dc9edf798ce2a7d08bffd3305ec55b.tar.xz
nixlib-2415254a52dc9edf798ce2a7d08bffd3305ec55b.tar.zst
nixlib-2415254a52dc9edf798ce2a7d08bffd3305ec55b.zip
git-hub: 0.9.0 -> 0.10
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-hub/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-hub/default.nix b/pkgs/applications/version-management/git-and-tools/git-hub/default.nix
index b1626f687d41..579cb363702f 100644
--- a/pkgs/applications/version-management/git-and-tools/git-hub/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-hub/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "git-hub-${version}";
-  version = "0.9.0";
+  version = "0.10";
 
   src = fetchFromGitHub {
-    sha256 = "0c4kq4a906lr8nzway7qh0560n2ydvidh9rlffh44902rd48kp0h";
+    sha256 = "0zy1g6zzv6cw8ffj8ffm28qa922fys2826n5813p8icqypi04y0k";
     rev = "v${version}";
     repo = "git-hub";
-    owner = "sociomantic";
+    owner = "sociomantic-tsunami";
   };
 
   buildInputs = [ python ];