cryfs: 0.11.1 -> 0.11.2

and add meta.changelog
and use SPDX3 license identifier
main
Renaud 2 years ago committed by GitHub
parent fda0e62656
commit f34d641657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/tools/filesystems/cryfs/default.nix

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cryfs";
version = "0.11.1";
version = "0.11.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
hash = "sha256-029foKJklyOv8qHvgds/yRZ9n1/iA+U7n4O5FViHCOE=";
hash = "sha256-NV2xCC8TaJaWDZSghO8EFuygL8hJLOdx67BWaJ2NKRw=";
};
postPatch = ''
@ -73,7 +73,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cryptographic filesystem for the cloud";
homepage = "https://www.cryfs.org/";
license = licenses.lgpl3;
changelog = "https://github.com/cryfs/cryfs/raw/${version}/ChangeLog.txt";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ peterhoeg c0bw3b ];
platforms = platforms.unix;
};

Loading…
Cancel
Save