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
+2 -2
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;
};