passage: unstable-2022-05-01 -> 1.7.4a2 (#339113)

This commit is contained in:
Maximilian Bosch 2024-09-09 13:34:02 +02:00 committed by GitHub
commit 6ae34b4c74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,15 +18,15 @@
, tree ? null
}:
stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
pname = "passage";
version = "unstable-2022-05-01";
version = "1.7.4a2";
src = fetchFromGitHub {
owner = "FiloSottile";
repo = "passage";
rev = "1262d308f09db9b243513a428ab4b8fb1c30d31d";
sha256 = "1val8wl9kzlxj4i1rrh2iiyf97w9akffvr0idvbkdb09hfzz4lz8";
rev = "${finalAttrs.version}";
hash = "sha256-tGHJFzDc2K117r5EMFdKsfw/+EpdZ0qzaExt+RGI4qo=";
};
patches = [
@ -77,4 +77,4 @@ stdenv.mkDerivation {
passwords.
'';
};
}
})