ausweisapp: 2.0.3 -> 2.1.0

This commit is contained in:
R. Ryantm 2024-02-29 17:19:36 +00:00
parent 575147aed7
commit 704ca61860

View File

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "ausweisapp";
version = "2.0.3";
version = "2.1.0";
src = fetchFromGitHub {
owner = "Governikus";
repo = "AusweisApp2";
rev = finalAttrs.version;
hash = "sha256-pnGtlNXwYNG+m3mmo815dqp2i098I/i7EKdLrDm/Su8=";
hash = "sha256-wgVu5Yr65Gu1z5SEWy5l4B6UiI5bIobBfZLhL7s+SRE=";
};
nativeBuildInputs = [