web-eid-app: 2.5.0 -> 2.6.0 (#347370)

This commit is contained in:
Florian Klink 2024-10-09 08:15:47 +03:00 committed by GitHub
commit 0f27b30e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
mkDerivation rec {
pname = "web-eid-app";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "web-eid";
repo = "web-eid-app";
rev = "v${version}";
hash = "sha256-CaMf7cRhZ8K6YAUG38B+ijNOKaOmaACqNabNfHZGT68=";
hash = "sha256-UqHT85zuoT/ISFP2qgG2J1518eGEvm5L96ntZ/lx9BE=";
fetchSubmodules = true;
};