summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 10:52:53 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-08 10:52:53 -0700
commite1d726f660eb211d5de245e76acdb51fed1eb4db (patch)
tree9727abac2d6c8a0e1c1f6ff5d6257ed1af2c7c3d /pkgs
parentb9565143eaa17b7b7e03612769ebc6ca24eddae0 (diff)
downloadnixpkgs-e1d726f660eb211d5de245e76acdb51fed1eb4db.tar
nixpkgs-e1d726f660eb211d5de245e76acdb51fed1eb4db.tar.gz
nixpkgs-e1d726f660eb211d5de245e76acdb51fed1eb4db.tar.bz2
nixpkgs-e1d726f660eb211d5de245e76acdb51fed1eb4db.tar.lz
nixpkgs-e1d726f660eb211d5de245e76acdb51fed1eb4db.tar.xz
nixpkgs-e1d726f660eb211d5de245e76acdb51fed1eb4db.tar.zst
nixpkgs-e1d726f660eb211d5de245e76acdb51fed1eb4db.zip
ddcutil: 0.9.0 -> 0.9.1
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/s0wznnnrk2688704nlzkplhvh8zcs7xq-ddcutil-0.9.1/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.1 with grep in /nix/store/s0wznnnrk2688704nlzkplhvh8zcs7xq-ddcutil-0.9.1
- directory tree listing: https://gist.github.com/e013a05120e8a9b8e765dbfe9ada44c3
- du listing: https://gist.github.com/bb63986822a2bb627a9f6623b2570c2b
Diffstat (limited to 'pkgs')
-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 e5af0c8d726..35c18954bf3 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.9.0";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner  = "rockowitz";
     repo   = "ddcutil";
     rev    = "v${version}";
-    sha256 = "1lcn3jbhpcm6ixp24vsfnk1v0qi0fjkkf57f4grs1wg148s3jpvc";
+    sha256 = "0chs5bfw4yjnr7brhxxqydybcxdkjv4gnik2s0cvjzcj3bqnz73b";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];