partclone: 0.3.27 -> 0.3.31

This commit is contained in:
R. Ryantm 2024-06-27 10:28:33 +00:00
parent db4c8df48c
commit 4f1d415b8e

View File

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