securefs: 0.8.2 -> 0.8.3 (#54671)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/securefs/versions
This commit is contained in:
R. RyanTM
2019-02-24 00:39:06 +01:00
committed by xeji
parent 5fdd7ed59b
commit 0f493ebada
+2 -2
View File
@@ -4,10 +4,10 @@
stdenv.mkDerivation rec {
name = "securefs-${version}";
version = "0.8.2";
version = "0.8.3";
src = fetchFromGitHub {
sha256 = "0m3nv748g31b5nzxbwqqqjvygmz41x9vmhrjh655086g26gzrfib";
sha256 = "0nf0bd163gz844mikqab2mh7xjlj31ixa6hi85qxdifyjpfjv7y4";
rev = version;
repo = "securefs";
owner = "netheril96";