3
0
Fork 0
forked from mirrors/nixpkgs

wch-isp: 0.2.4 -> 0.2.5

This commit is contained in:
R. Ryantm 2023-05-23 07:31:56 +00:00
parent af6b71df3e
commit 4eb5dce0d9

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "wch-isp";
version = "0.2.4";
version = "0.2.5";
src = fetchFromGitHub {
owner = "jmaselbas";
repo = pname;
rev = "v${version}";
hash = "sha256-YjxzfDSZRMa7B+hNqtj87nRlRuQyr51VidZqHLddgwI=";
hash = "sha256-JF1g2Qb1gG93lSaDQvltT6jCYk/dKntsIJPkQXYUvX4=";
};
nativeBuildInputs = [ pkg-config ];