summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-05-19 08:07:11 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-19 17:07:11 +0200
commit8743e575be75f46c02b22389897846754c40b34f (patch)
tree9437c698f12c0336660f486de7e8fb4da77aab6d
parent9534f999a4707c22a663cf1184bb83f6e05d1c03 (diff)
downloadnixpkgs-8743e575be75f46c02b22389897846754c40b34f.tar
nixpkgs-8743e575be75f46c02b22389897846754c40b34f.tar.gz
nixpkgs-8743e575be75f46c02b22389897846754c40b34f.tar.bz2
nixpkgs-8743e575be75f46c02b22389897846754c40b34f.tar.lz
nixpkgs-8743e575be75f46c02b22389897846754c40b34f.tar.xz
nixpkgs-8743e575be75f46c02b22389897846754c40b34f.tar.zst
nixpkgs-8743e575be75f46c02b22389897846754c40b34f.zip
git-ftp: 1.4.0 -> 1.5.1 (#40673)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/git-ftp/versions.

These checks were done:

- built on NixOS
- /nix/store/99qm5jxal3n5kpyk7jb6byf68zir13hq-git-ftp-1.5.1/bin/git-ftp passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.5.1 with grep in /nix/store/99qm5jxal3n5kpyk7jb6byf68zir13hq-git-ftp-1.5.1
- directory tree listing: https://gist.github.com/db2f3eebbf94391961fe177450df28d8
- du listing: https://gist.github.com/8e1f6afd03639aaba4c09de2d38fbf54
-rw-r--r--pkgs/development/tools/git-ftp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/git-ftp/default.nix b/pkgs/development/tools/git-ftp/default.nix
index b4bc680a19a..3d4d542d2f9 100644
--- a/pkgs/development/tools/git-ftp/default.nix
+++ b/pkgs/development/tools/git-ftp/default.nix
@@ -1,12 +1,12 @@
 { lib, stdenv, fetchFromGitHub, pandoc, man }:
 stdenv.mkDerivation rec {
   name = "git-ftp-${version}";
-  version = "1.4.0";
+  version = "1.5.1";
   src = fetchFromGitHub {
     owner = "git-ftp";
     repo = "git-ftp";
     rev = version;
-    sha256 = "0n8q1azamf10qql8f8c4ppbd3iisy460gwxx09v5d9hji5md27s3";
+    sha256 = "0nh2f58rwwfzmglm75fmmm10470a80q0vsihc2msa8xswngihg22";
   };
 
   dontBuild = true;