summary refs log tree commit diff
path: root/pkgs/tools/misc/blink1-tool
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 09:14:23 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-14 09:14:23 -0700
commit9c3af34e13f44b35e204c157eb101acf98450288 (patch)
tree94f1c9d0453506fabdd77b7a6e7fce74638cb74e /pkgs/tools/misc/blink1-tool
parent3e3a9e661d7ef83f9dfc26d948a12f8ee1334f6d (diff)
downloadnixlib-9c3af34e13f44b35e204c157eb101acf98450288.tar
nixlib-9c3af34e13f44b35e204c157eb101acf98450288.tar.gz
nixlib-9c3af34e13f44b35e204c157eb101acf98450288.tar.bz2
nixlib-9c3af34e13f44b35e204c157eb101acf98450288.tar.lz
nixlib-9c3af34e13f44b35e204c157eb101acf98450288.tar.xz
nixlib-9c3af34e13f44b35e204c157eb101acf98450288.tar.zst
nixlib-9c3af34e13f44b35e204c157eb101acf98450288.zip
blink1-tool: 1.98 -> 1.98a
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/8fdnsv83lcjc6fkg2n3yfvkyz1np0k20-blink1-1.98a/bin/blink1-tool 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.
- directory tree listing: https://gist.github.com/0cc79e1e579091f9661ad91db1c61635
- du listing: https://gist.github.com/d2a0ee9aeb4e55c5008d64241727682d
Diffstat (limited to 'pkgs/tools/misc/blink1-tool')
-rw-r--r--pkgs/tools/misc/blink1-tool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/blink1-tool/default.nix b/pkgs/tools/misc/blink1-tool/default.nix
index e87987aa0835..4248dd6bd93c 100644
--- a/pkgs/tools/misc/blink1-tool/default.nix
+++ b/pkgs/tools/misc/blink1-tool/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "blink1-${version}";
-  version = "1.98";
+  version = "1.98a";
 
   src = fetchurl {
     url = "https://github.com/todbot/blink1/archive/v${version}.tar.gz";
-    sha256 = "05hbnp20cdvyyqf6jr01waz1ycis20qzsd8hn27snmn6qd48igrb";
+    sha256 = "1waci6hccv5i50v5d3z7lx4h224fbkj66ywfynnsgn46w0jm6imv";
   };
 
   nativeBuildInputs = [ pkgconfig ];