Merge pull request #112605 from r-ryantm/auto-update/compsize

compsize: 1.4 -> 1.5
This commit is contained in:
Martin Weinelt 2021-02-10 03:52:34 +01:00 committed by GitHub
commit 3d5946bfbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "compsize";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
owner = "kilobyte";
repo = pname;
rev = "v${version}";
sha256 = "0gk2vibfl9fh7biznlbr3dwknrwbm5q5602q95jbjvk185g9z126";
sha256 = "sha256-OX41ChtHX36lVRL7O2gH21Dfw6GPPEClD+yafR/PFm8=";
};
buildInputs = [ btrfs-progs ];
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "btrfs: Find compression type/ratio on a file or set of files";
homepage = "https://github.com/kilobyte/compsize";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ CrazedProgrammer ];
platforms = platforms.linux;
};