web-eid-app: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2024-10-09 00:12:46 +00:00
parent 8af94f7ca2
commit a58161a134

View File

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