partclone: 0.3.23 -> 0.3.24

This commit is contained in:
R. Ryantm 2023-07-23 23:58:26 +00:00
parent 8c7af7b7c4
commit e8c9146028

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "partclone";
version = "0.3.23";
version = "0.3.24";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-na9k26+GDdASZ37n0QtFuRDMtq338QOlXTf0X4raOJI=";
sha256 = "sha256-EY5SL8/KITEoOWq2owxQjnemYNsjYqJLLlRVFdYPoVA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];