Skip to content

Commit 7d5a7af

Browse files
emarynbjornfor
authored andcommitted
ncftp: 3.2.7 -> 3.3.0
1 parent f3a9d81 commit 7d5a7af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nc/ncftp/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
stdenv.mkDerivation (finalAttrs: {
1010
pname = "ncftp";
11-
version = "3.2.7";
11+
version = "3.3.0";
1212

1313
src = fetchurl {
14-
url = "https://www.ncftp.com/public_ftp/ncftp/ncftp-${finalAttrs.version}-src.tar.xz";
15-
hash = "sha256-1BxcTWYUqOri7U5NetprbTr8yftlpO2bhxE0S+8k9+g=";
14+
url = "https://www.ncftp.com/public_ftp/ncftp/ncftp-${finalAttrs.version}-src.tar.gz";
15+
hash = "sha256-eSD4hMKtr8gsjkHEbW89ImmHhcez9W9Wd6jVyGY5Y4Y=";
1616
};
1717

1818
buildInputs = [ ncurses ];

0 commit comments

Comments
 (0)