securefs: 0.3.2 -> 0.8.1
Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/r1icgafqy02cz35kjkxr86hxj8mj1nyv-securefs-0.8.1/bin/securefs version` and found version 0.8.1 - found 0.8.1 with grep in /nix/store/r1icgafqy02cz35kjkxr86hxj8mj1nyv-securefs-0.8.1 - found 0.8.1 in filename of file in /nix/store/r1icgafqy02cz35kjkxr86hxj8mj1nyv-securefs-0.8.1
This commit is contained in:
parent
6a10134205
commit
54f46da6eb
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "securefs-${version}";
|
name = "securefs-${version}";
|
||||||
version = "0.3.2";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1drksvwfgfpgcn2mzb65ljqlg2kgn6nald9fnz60hliw8f1wiqvh";
|
sha256 = "065n3mskv0b2dlk9w4b3pa70h5ymrnanydbanwyx74mf7n8c80r2";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "securefs";
|
repo = "securefs";
|
||||||
owner = "netheril96";
|
owner = "netheril96";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user