partclone: 0.3.25 -> 0.3.27

This commit is contained in:
R. Ryantm 2023-10-12 08:44:45 +00:00
parent 535734e71c
commit c6ca466438

View file

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