Merge pull request #198322 from r-ryantm/auto-update/exfatprogs

exfatprogs: 1.1.3 -> 1.2.0
This commit is contained in:
ajs124 2022-10-29 16:56:15 +02:00 committed by GitHub
commit 7f9be6a505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exfatprogs";
version = "1.1.3";
version = "1.2.0";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-idP3wEGGJcSH4DDFLj1XPRKcLkFEsvtv0ytK89bmj5I=";
sha256 = "sha256-8M+016RnwZt0BrRaCTytpl7o+8MJAkS5CG/GvNAJRgk=";
};
nativeBuildInputs = [ pkg-config autoreconfHook file ];