summary refs log tree commit diff
path: root/pkgs/applications/version-management/gource
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-06-16 17:16:03 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-06-16 17:16:16 +0200
commit7a3c052e97d143540baf8fb3ae1bda52d9144f9c (patch)
tree1ff97ce3851d38d20a5a4d39bfce6b283380bd29 /pkgs/applications/version-management/gource
parent738ccc4d130accdd8e6eb4dafd438e8bac8e5b06 (diff)
downloadnixpkgs-7a3c052e97d143540baf8fb3ae1bda52d9144f9c.tar
nixpkgs-7a3c052e97d143540baf8fb3ae1bda52d9144f9c.tar.gz
nixpkgs-7a3c052e97d143540baf8fb3ae1bda52d9144f9c.tar.bz2
nixpkgs-7a3c052e97d143540baf8fb3ae1bda52d9144f9c.tar.lz
nixpkgs-7a3c052e97d143540baf8fb3ae1bda52d9144f9c.tar.xz
nixpkgs-7a3c052e97d143540baf8fb3ae1bda52d9144f9c.tar.zst
nixpkgs-7a3c052e97d143540baf8fb3ae1bda52d9144f9c.zip
gource: 0.48 -> 0.49
Diffstat (limited to 'pkgs/applications/version-management/gource')
-rw-r--r--pkgs/applications/version-management/gource/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gource/default.nix b/pkgs/applications/version-management/gource/default.nix
index d617d363fa0..c52a2049a11 100644
--- a/pkgs/applications/version-management/gource/default.nix
+++ b/pkgs/applications/version-management/gource/default.nix
@@ -3,12 +3,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "0.48";
+  version = "0.49";
   name = "gource-${version}";
 
   src = fetchurl {
     url = "https://github.com/acaudwell/Gource/releases/download/${name}/${name}.tar.gz";
-    sha256 = "04qxcm05qiyr9rg2kv6abfy7kkzqr8ziw4iyp1d14lniv93m61dp";
+    sha256 = "12hf5ipcsp9dxsqn84n4kr63xaiskrnf5a084wr29qk171lj7pd9";
   };
 
   nativeBuildInputs = [ pkgconfig ];