Merge pull request #311321 from flokli/web-eid-app-bump

web-eid-app: 2.4.0 -> 2.5.0
This commit is contained in:
Florian Klink 2024-05-13 16:34:06 +02:00 committed by GitHub
commit 1b0d2afa07
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.4.0";
version = "2.5.0";
src = fetchFromGitHub {
owner = "web-eid";
repo = "web-eid-app";
rev = "v${version}";
sha256 = "sha256-xWwguxs/121BFF1zhb/HxS9b1vTwQRemhPKOfHEXVZQ=";
sha256 = "sha256-CaMf7cRhZ8K6YAUG38B+ijNOKaOmaACqNabNfHZGT68=";
fetchSubmodules = true;
};