about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 04:23:45 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-09-20 04:23:45 -0700
commit39a5ac17e2259774a285ef4119647af791d680a2 (patch)
tree9a08815407ce9ecdc2d31bd5bc278202362d8899 /pkgs/tools
parent35378f014161c1d794dc89b6969275396cb601de (diff)
downloadnixlib-39a5ac17e2259774a285ef4119647af791d680a2.tar
nixlib-39a5ac17e2259774a285ef4119647af791d680a2.tar.gz
nixlib-39a5ac17e2259774a285ef4119647af791d680a2.tar.bz2
nixlib-39a5ac17e2259774a285ef4119647af791d680a2.tar.lz
nixlib-39a5ac17e2259774a285ef4119647af791d680a2.tar.xz
nixlib-39a5ac17e2259774a285ef4119647af791d680a2.tar.zst
nixlib-39a5ac17e2259774a285ef4119647af791d680a2.zip
sg3_utils: 1.42 -> 1.44
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sg3_utils/versions
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/sg3_utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/sg3_utils/default.nix b/pkgs/tools/system/sg3_utils/default.nix
index 8be7203fb3d4..67145bc3cc54 100644
--- a/pkgs/tools/system/sg3_utils/default.nix
+++ b/pkgs/tools/system/sg3_utils/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "sg3_utils-1.42";
+  name = "sg3_utils-1.44";
 
   src = fetchurl {
     url = "http://sg.danny.cz/sg/p/${name}.tgz";
-    sha256 = "1wwy7iiz1lvc32c777yd4vp0c0dqfdlm5jrsm3aa62xx141pmjqx";
+    sha256 = "0yxfbkd48mbzipwmggcvpq60zybsb6anrca878si26z7496nibld";
   };
 
   meta = with stdenv.lib; {