summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-20 20:32:07 -0700
committerOrivej Desh <orivej@gmx.fr>2018-05-21 09:03:59 +0000
commit7d0f84b9091d17425eaa6db2077330575e17b924 (patch)
treea1f47cdf8f35a39fd076b598fbc73ceb70b76cb3
parentb5204da735c9485e0eb747528bea2115209e0822 (diff)
downloadnixlib-7d0f84b9091d17425eaa6db2077330575e17b924.tar
nixlib-7d0f84b9091d17425eaa6db2077330575e17b924.tar.gz
nixlib-7d0f84b9091d17425eaa6db2077330575e17b924.tar.bz2
nixlib-7d0f84b9091d17425eaa6db2077330575e17b924.tar.lz
nixlib-7d0f84b9091d17425eaa6db2077330575e17b924.tar.xz
nixlib-7d0f84b9091d17425eaa6db2077330575e17b924.tar.zst
nixlib-7d0f84b9091d17425eaa6db2077330575e17b924.zip
ddcutil: 0.8.6 -> 0.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/xlxjnfwwcwkhzkpg2qwxz5j5gbh4csnk-ddcutil-0.9.0/bin/ddcutil passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.9.0 with grep in /nix/store/xlxjnfwwcwkhzkpg2qwxz5j5gbh4csnk-ddcutil-0.9.0
- directory tree listing: https://gist.github.com/39ac3ce627e1198f84287e5a42257663
- du listing: https://gist.github.com/b896a17a17dd52041097af423a55aea6
-rw-r--r--pkgs/tools/misc/ddcutil/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/ddcutil/default.nix b/pkgs/tools/misc/ddcutil/default.nix
index 052f52e2ebd4..e5af0c8d7263 100644
--- a/pkgs/tools/misc/ddcutil/default.nix
+++ b/pkgs/tools/misc/ddcutil/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "ddcutil-${version}";
-  version = "0.8.6";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner  = "rockowitz";
     repo   = "ddcutil";
     rev    = "v${version}";
-    sha256 = "1c4cl9cac90xf9rap6ss2d4yshcmhdq8pdfjz3g4cns789fs1vcf";
+    sha256 = "1lcn3jbhpcm6ixp24vsfnk1v0qi0fjkkf57f4grs1wg148s3jpvc";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];