summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-10-23 12:23:07 +0200
committerRobin Gloster <mail@glob.in>2018-10-26 11:32:28 +0200
commit1a984ccc4e3f89fdf21e12786b7e47c8c7aee878 (patch)
tree4eee33159efa482873eb344fe0210ceb68208bf4 /pkgs/applications/version-management
parente438125d979151674599ceaf1d05fbd776e476a0 (diff)
downloadnixlib-1a984ccc4e3f89fdf21e12786b7e47c8c7aee878.tar
nixlib-1a984ccc4e3f89fdf21e12786b7e47c8c7aee878.tar.gz
nixlib-1a984ccc4e3f89fdf21e12786b7e47c8c7aee878.tar.bz2
nixlib-1a984ccc4e3f89fdf21e12786b7e47c8c7aee878.tar.lz
nixlib-1a984ccc4e3f89fdf21e12786b7e47c8c7aee878.tar.xz
nixlib-1a984ccc4e3f89fdf21e12786b7e47c8c7aee878.tar.zst
nixlib-1a984ccc4e3f89fdf21e12786b7e47c8c7aee878.zip
gitaly: 0.125.0 -> 0.125.1
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/gitaly/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/gitaly/default.nix b/pkgs/applications/version-management/gitaly/default.nix
index 9523059b42f2..88bd0b9f10db 100644
--- a/pkgs/applications/version-management/gitaly/default.nix
+++ b/pkgs/applications/version-management/gitaly/default.nix
@@ -7,14 +7,14 @@ let
     gemdir = ./.;
   };
 in buildGoPackage rec {
-  version = "0.125.0";
+  version = "0.125.1";
   name = "gitaly-${version}";
 
   src = fetchFromGitLab {
     owner = "gitlab-org";
     repo = "gitaly";
     rev = "v${version}";
-    sha256 = "14a4qgpnspzw9cjqh6gbw3771bxfm789ibvmvb8jc4pklvbyl4mi";
+    sha256 = "0vbxjqjs1r5c350r67812andasby5zk25xlaqp201lmlvamiv0ni";
   };
 
   goPackagePath = "gitlab.com/gitlab-org/gitaly";