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

partclone: 0.3.31 -> 0.3.32
This commit is contained in:
Nick Cao
2024-07-15 15:42:13 -04:00
committed by GitHub
+2 -2
View File
@@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "partclone";
version = "0.3.31";
version = "0.3.32";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-ASOca6HMXlnA78LbHALk9Fi9kiqjQmjp2OPLYpqhbwQ=";
sha256 = "sha256-oYxMtVGmD88eLXCwdJJ6z+6X4Blfm3B4iwbGWwSAJ9c=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];