aefs: add updateScript and make version follow convention

This commit is contained in:
jopejoe1
2026-01-30 20:30:49 +01:00
parent f5b891d0a3
commit e1b1224046
+6 -1
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
unstableGitUpdater,
autoreconfHook,
fuse,
git,
@@ -9,7 +10,7 @@
stdenv.mkDerivation {
pname = "aefs";
version = "unstable-2015-05-06";
version = "0-unstable-2015-05-06";
src = fetchFromGitHub {
owner = "edolstra";
@@ -40,6 +41,10 @@ stdenv.mkDerivation {
buildInputs = [ fuse ];
passthru.updateScript = unstableGitUpdater {
hardcodeZeroVersion = true;
};
meta = {
homepage = "https://github.com/edolstra/aefs";
description = "Cryptographic filesystem implemented in userspace using FUSE";