Merge pull request #161415 from c0bw3b/pkg/cryfs

cryfs: 0.11.1 -> 0.11.2
This commit is contained in:
Renaud
2022-02-26 13:56:45 +01:00
committed by GitHub
+4 -3
View File
@@ -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;
};