Unverified Commit e71aeb0f authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #280571 from r-ryantm/auto-update/ausweisapp

ausweisapp: 2.0.1 -> 2.0.2
parents ea780f3d cbe1e1f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "ausweisapp";
  version = "2.0.1";
  version = "2.0.2";

  src = fetchFromGitHub {
    owner = "Governikus";
    repo = "AusweisApp2";
    rev = finalAttrs.version;
    hash = "sha256-RUjc4KqyKZXBW+CMaRhKsbwVzmWw6/QHNK+RpBd7Gxw=";
    hash = "sha256-m+GZkaJyuqErsvkUXi+uAsrMXHyQg9Vd77ZkfGxMqg4=";
  };

  nativeBuildInputs = [