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

web-eid-app: 2.4.0 -> 2.5.0

authored by Florian Klink and committed by GitHub 1b0d2afa 7a689a20

+2 -2
+2 -2
pkgs/tools/security/web-eid-app/default.nix
··· 10 10 11 11 mkDerivation rec { 12 12 pname = "web-eid-app"; 13 - version = "2.4.0"; 13 + version = "2.5.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "web-eid"; 17 17 repo = "web-eid-app"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-xWwguxs/121BFF1zhb/HxS9b1vTwQRemhPKOfHEXVZQ="; 19 + sha256 = "sha256-CaMf7cRhZ8K6YAUG38B+ijNOKaOmaACqNabNfHZGT68="; 20 20 fetchSubmodules = true; 21 21 }; 22 22