exfatprogs: 1.2.5 -> 1.2.6

This commit is contained in:
R. Ryantm 2024-11-20 14:02:00 +00:00
parent b413874cd0
commit 25dcc03d56

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "exfatprogs";
version = "1.2.5";
version = "1.2.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "sha256-EqSzveqLb0Ms7D5Pczoh0BuKD1sILzAbJMnDLacokl4=";
sha256 = "sha256-VUvVPABgQ7EUQu90DbWU7a+YThrWhusTk/YreKSqU/M=";
};
nativeBuildInputs = [ pkg-config autoreconfHook file ];