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
+2 -2
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 ];