exfatprogs: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm 2024-05-25 03:34:10 +00:00
parent f2493622c4
commit efcfe8ad01

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exfatprogs";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-2j+N/H+Vdy3Q6Ie2gBGkNKtLjt19RDvm9HZMS5l3L5Y=";
sha256 = "sha256-v/SN2RAX+RjNReYkbXYy5Lm/NgIeDeLnAVx5cWo01tM=";
};
nativeBuildInputs = [ pkg-config autoreconfHook file ];