Unverified Commit 1b0d2afa authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

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

web-eid-app: 2.4.0 -> 2.5.0
parents 7a689a20 e6b50fe8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };