Merge pull request #144521 from r-ryantm/auto-update/partclone

partclone: 0.3.17 -> 0.3.18
This commit is contained in:
Maximilian Bosch 2021-11-06 15:56:57 +01:00 committed by GitHub
commit f91fcf89a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "partclone";
version = "0.3.17";
version = "0.3.18";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-tMdBo26JvHxbVI/Y2KDMejH+YT4IVx2H/y36u9ss0C8=";
sha256 = "sha256-cSxQJmuKm54AzIQbsEZhv/I8hfpaGroszdWqbRb3Ht4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];