mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
esptool-ck: 0.4.11 -> 0.4.13
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/esptool-ck/versions.
This commit is contained in:
parent
1ae2f10642
commit
6f7773cc2a
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "esptool-ck-${version}";
|
||||
version = "0.4.11";
|
||||
version = "0.4.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "igrr";
|
||||
repo = "esptool-ck";
|
||||
rev = "0.4.11";
|
||||
sha256 = "086x68jza24xkaap8nici18kj78id2p2lzbasin98wilvpjc8d7f";
|
||||
rev = "0.4.13";
|
||||
sha256 = "1cb81b30a71r7i0gmkh2qagfx9lhq0myq5i37fk881bq6g7i5n2k";
|
||||
};
|
||||
|
||||
makeFlags = [ "VERSION=${version}" ];
|
||||
|
|
Loading…
Reference in a new issue