partclone: 0.3.31 -> 0.3.32

This commit is contained in:
R. Ryantm 2024-07-15 17:05:20 +00:00
parent b64e7d2266
commit 01fa8e0714

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "partclone";
version = "0.3.31";
version = "0.3.32";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-ASOca6HMXlnA78LbHALk9Fi9kiqjQmjp2OPLYpqhbwQ=";
sha256 = "sha256-oYxMtVGmD88eLXCwdJJ6z+6X4Blfm3B4iwbGWwSAJ9c=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];