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

partclone: 0.3.21 -> 0.3.22
This commit is contained in:
Weijia Wang 2023-01-23 21:47:25 +01:00 committed by GitHub
commit 3348753246
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.21";
version = "0.3.22";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-QAvZzu63TSj/kRYd60q2lpxU92xTV8T8jXdtZvrxX+I=";
sha256 = "sha256-NSIWuzgv3dQ2Kpl1HOoghrOaKztDjZs8NjF9k41kZQY=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];