3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #42026 from r-ryantm/auto-update/blink1

blink1-tool: 1.98 -> 1.98a
This commit is contained in:
Jörg Thalheim 2018-06-14 21:40:10 +01:00 committed by GitHub
commit 0804fb0325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];