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

partclone: 0.3.18 -> 0.3.20
This commit is contained in:
Jonas Heinrich 2022-08-29 09:37:23 +02:00 committed by GitHub
commit 7e7eab2b23
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.18";
version = "0.3.20";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-cSxQJmuKm54AzIQbsEZhv/I8hfpaGroszdWqbRb3Ht4=";
sha256 = "sha256-LuAK3atyu9olsrSw25Y7aKBiOpEV709nu+pZhVAjGfY=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];