securefs: 0.8.3 -> 0.11.1

This commit is contained in:
Sylvain Fankhauser 2020-09-03 16:10:23 +02:00
parent ddb59ca5cc
commit 970bfc04b0
No known key found for this signature in database
GPG Key ID: 4228AB9EC0612ADA

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 ];