Commit 993d5c3c authored by kilianar's avatar kilianar
Browse files
parent 44075d60
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 ];