Unverified Commit ce12ce87 authored by Markus Zoppelt's avatar Markus Zoppelt Committed by Maximilian Bosch
Browse files

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

parent e678a655
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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.
    '';
  };
}
})