web-eid-app: 2.8.0 -> 2.9.0

This commit is contained in:
R. Ryantm
2026-05-14 09:31:57 +00:00
parent 62b115397a
commit 8dffa8aea6
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation rec {
pname = "web-eid-app";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitHub {
owner = "web-eid";
repo = "web-eid-app";
rev = "v${version}";
hash = "sha256-J0ZUE22zHAYST4GttfBMXQ4ibO7bGuO2ZMBJdO0GsMw=";
hash = "sha256-OZ5U/4UWtVvmHutx/BMLsGOImRlpkm9Hxk0SRvozaFM=";
fetchSubmodules = true;
};