Unverified Commit 5278e867 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

ausweisapp: 2.2.2 -> 2.3.0 (#387523)

parents ec9e6541 32dd3f0e
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.2.2";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "Governikus";
    repo = "AusweisApp2";
    rev = finalAttrs.version;
    hash = "sha256-YjnMDHXzL16XMVwewoQztE5yjwn1MA1KAiEmEjIYoPY=";
    hash = "sha256-/X+S91EA7jrjSYb/jafmRhbbZJUQyg1DoTkzd4ZRjWY=";
  };

  nativeBuildInputs = [