Unverified Commit 76a9f026 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

ausweisapp: 2.3.2 -> 2.4.0 (#456975)

parents a5e47a4b ae9c7235
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "ausweisapp";
  version = "2.3.2";
  version = "2.4.0";

  src = fetchFromGitHub {
    owner = "Governikus";
    repo = "AusweisApp2";
    rev = finalAttrs.version;
    hash = "sha256-xY5V5Z6HVtkFzLzWOVRTKdms356OO0EKnG+Nymurowo=";
    hash = "sha256-vMvCnYSj7y6ETGoudV1YJwI2bibXePSkR4nQ4T5HqTo=";
  };

  nativeBuildInputs = [