Merge pull request #97024 from sephii/securefs_0_11_1

securefs: 0.8.3 -> 0.11.1
This commit is contained in:
Mario Rodas 2020-09-03 23:17:39 -05:00 committed by GitHub
commit 14b70e8fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,14 @@
stdenv.mkDerivation rec {
pname = "securefs";
version = "0.8.3";
version = "0.11.1";
src = fetchFromGitHub {
sha256 = "0nf0bd163gz844mikqab2mh7xjlj31ixa6hi85qxdifyjpfjv7y4";
sha256 = "1sxfgqgy63ml7vg7zj3glvra4wj2qmfv9jzmpm1jqy8hq7qlqlsx";
rev = version;
repo = "securefs";
owner = "netheril96";
fetchSubmodules = true;
};
nativeBuildInputs = [ cmake ];