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

partclone: 0.3.25 -> 0.3.27
This commit is contained in:
Weijia Wang 2023-10-13 03:48:37 +02:00 committed by GitHub
commit 3db1fb78e0
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.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 ];