summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-11-02 09:37:15 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-11-02 09:37:15 +0000
commit8fdbffdb92c0fc51785d80b443388d76bcf042f8 (patch)
treebaff309377d780f6d53f6e77e6ba5d1082f37cad
parent54f7498601dcfc884c42a6d29f15475e6e1a802b (diff)
downloadnixpkgs-8fdbffdb92c0fc51785d80b443388d76bcf042f8.tar
nixpkgs-8fdbffdb92c0fc51785d80b443388d76bcf042f8.tar.gz
nixpkgs-8fdbffdb92c0fc51785d80b443388d76bcf042f8.tar.bz2
nixpkgs-8fdbffdb92c0fc51785d80b443388d76bcf042f8.tar.lz
nixpkgs-8fdbffdb92c0fc51785d80b443388d76bcf042f8.tar.xz
nixpkgs-8fdbffdb92c0fc51785d80b443388d76bcf042f8.tar.zst
nixpkgs-8fdbffdb92c0fc51785d80b443388d76bcf042f8.zip
hitch: 1.6.0 -> 1.7.0
-rw-r--r--pkgs/servers/hitch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/hitch/default.nix b/pkgs/servers/hitch/default.nix
index d049317c031..1576d940a7a 100644
--- a/pkgs/servers/hitch/default.nix
+++ b/pkgs/servers/hitch/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, docutils, libev, openssl, pkgconfig, nixosTests }:
 stdenv.mkDerivation rec {
-  version = "1.6.0";
+  version = "1.7.0";
   pname = "hitch";
 
   src = fetchurl {
     url = "https://hitch-tls.org/source/${pname}-${version}.tar.gz";
-    sha256 = "01n70yf8hx42jb801jv5q1xhrpqxyjnqhd98hjf81lvxpd5fnisf";
+    sha256 = "1i75giwyr66ip8xsvk3gg5xdbxnmcabgxz8dqi06c58mw7qzhzn9";
   };
 
   nativeBuildInputs = [ pkgconfig ];