Merge pull request #259296 from r-ryantm/auto-update/wch-isp

wch-isp: 0.2.5 -> 0.3.0
This commit is contained in:
Thomas Gerbet 2023-10-06 09:21:06 +02:00 committed by GitHub
commit cefa4f567a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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