Commit 1598e9d4 authored by R. RyanTM's avatar R. RyanTM Committed by Florian Klink
Browse files

qdigidoc: 4.8.2 -> 4.9.0

parent 2831effd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "qdigidoc";
  version = "4.8.2";
  version = "4.9.0";

  src = fetchFromGitHub {
    owner = "open-eid";
    repo = "DigiDoc4-Client";
    tag = "v${version}";
    hash = "sha256-HxFH1vpXXPVSYnaMrPOJwYCt8Z0pnOLrpixQlDkTN5w=";
    hash = "sha256-lVx8Sqj9c8fvsPKjt3JDa59h44fvv6n7+odjrb00TPo=";
    fetchSubmodules = true;
  };