1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

partclone: 0.3.17 -> 0.3.18

This commit is contained in:
R. Ryantm 2021-11-03 19:27:09 +00:00
parent cbb7455d73
commit ad14fceae4

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "partclone";
version = "0.3.17";
version = "0.3.18";
src = fetchFromGitHub {
owner = "Thomas-Tsai";
repo = "partclone";
rev = version;
sha256 = "sha256-tMdBo26JvHxbVI/Y2KDMejH+YT4IVx2H/y36u9ss0C8=";
sha256 = "sha256-cSxQJmuKm54AzIQbsEZhv/I8hfpaGroszdWqbRb3Ht4=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];