summary refs log tree commit diff
path: root/pkgs/tools/filesystems/securefs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-07 22:58:18 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-07 22:58:18 -0700
commitf2f681d918df1c9f81b8dc76ed8ecdc09db0c10b (patch)
treee9c33a319e1e4377c611d4147c8a43efb5c78ea7 /pkgs/tools/filesystems/securefs
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
downloadnixpkgs-f2f681d918df1c9f81b8dc76ed8ecdc09db0c10b.tar
nixpkgs-f2f681d918df1c9f81b8dc76ed8ecdc09db0c10b.tar.gz
nixpkgs-f2f681d918df1c9f81b8dc76ed8ecdc09db0c10b.tar.bz2
nixpkgs-f2f681d918df1c9f81b8dc76ed8ecdc09db0c10b.tar.lz
nixpkgs-f2f681d918df1c9f81b8dc76ed8ecdc09db0c10b.tar.xz
nixpkgs-f2f681d918df1c9f81b8dc76ed8ecdc09db0c10b.tar.zst
nixpkgs-f2f681d918df1c9f81b8dc76ed8ecdc09db0c10b.zip
securefs: 0.8.1 -> 0.8.2
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.

These checks were done:

- built on NixOS
- /nix/store/rbd37l5asgzjv9l2vsiyylgj841kjada-securefs-0.8.2/bin/securefs passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.8.2 with grep in /nix/store/rbd37l5asgzjv9l2vsiyylgj841kjada-securefs-0.8.2
- directory tree listing: https://gist.github.com/5aa426f3a1d68b6b2658022bc9848445
- du listing: https://gist.github.com/984ae2a71ea3f57fbfa4d993661314d4
Diffstat (limited to 'pkgs/tools/filesystems/securefs')
-rw-r--r--pkgs/tools/filesystems/securefs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/securefs/default.nix b/pkgs/tools/filesystems/securefs/default.nix
index 6fc7ba6499e..37eb8b9aa72 100644
--- a/pkgs/tools/filesystems/securefs/default.nix
+++ b/pkgs/tools/filesystems/securefs/default.nix
@@ -4,10 +4,10 @@
 
 stdenv.mkDerivation rec {
   name = "securefs-${version}";
-  version = "0.8.1";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
-    sha256 = "065n3mskv0b2dlk9w4b3pa70h5ymrnanydbanwyx74mf7n8c80r2";
+    sha256 = "0m3nv748g31b5nzxbwqqqjvygmz41x9vmhrjh655086g26gzrfib";
     rev = version;
     repo = "securefs";
     owner = "netheril96";