Unverified Commit 16e060c0 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #228750 from kilianar/AusweisApp2-1.26.4

AusweisApp2: 1.26.3 -> 1.26.4
parents 5f47adc8 993d5c3c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

mkDerivation rec {
  pname = "AusweisApp2";
  version = "1.26.3";
  version = "1.26.4";

  src = fetchFromGitHub {
    owner = "Governikus";
    repo = "AusweisApp2";
    rev = version;
    hash = "sha256-YI9/rMoe5Waw2e/tObvu+wi9dkmhEoG9v3ZQzkn4QH4=";
    hash = "sha256-l/sPqXkr4rSMEbPi/ahl/74RYqNrjcb28v6/scDrh1w=";
  };

  nativeBuildInputs = [ cmake pkg-config ];