passage: unstable-2022-05-01 -> 1.7.4a2

This commit is contained in:
Markus Zoppelt 2024-09-02 23:24:45 +02:00 committed by Maximilian Bosch
parent e678a65570
commit ce12ce87a1
No known key found for this signature in database

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.
'';
};
}
})