about summary refs log tree commit diff
path: root/pkgs/applications/networking/scaleft
diff options
context:
space:
mode:
authorkashw2 <supra4keanu@hotmail.com>2023-08-10 23:52:45 +1000
committerkashw2 <supra4keanu@hotmail.com>2023-08-20 16:00:21 +1000
commit0f2fff269d775522836c92ea02bb6298274a50a5 (patch)
tree529da323ab8d1a41b8547076192d50e65b677ea3 /pkgs/applications/networking/scaleft
parente7eb1f799cce31b7acfc694348e4daf9300acd41 (diff)
scaleft: 1.45.4 -> 1.67.4
Diffstat (limited to 'pkgs/applications/networking/scaleft')
-rw-r--r--pkgs/applications/networking/scaleft/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/scaleft/default.nix b/pkgs/applications/networking/scaleft/default.nix
index 1f340a703611b..ca6ccb5561b54 100644
--- a/pkgs/applications/networking/scaleft/default.nix
+++ b/pkgs/applications/networking/scaleft/default.nix
@@ -1,13 +1,13 @@
-{ lib, stdenv, fetchurl, rpmextract, patchelf, bash }:
+{ lib, stdenv, fetchurl, rpmextract, patchelf, bash, testers, scaleft }:
 
 stdenv.mkDerivation rec {
   pname = "scaleft";
-  version = "1.45.4";
+  version = "1.67.4";
 
   src =
     fetchurl {
       url = "http://pkg.scaleft.com/rpm/scaleft-client-tools-${version}-1.x86_64.rpm";
-      sha256 = "1yskybjba9ljy1wazddgrm7a4cc72i1xbk7sxnjpcq4hdy3b50l0";
+      sha256 = "kRCShTMKf5qKFth/8H8XHLj12YIVQ9G5f2MvVJRtyDs=";
     };
 
   nativeBuildInputs = [ patchelf rpmextract ];