Unverified Commit 26d9f3fd authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

haveged: 1.9.18 -> 1.9.19 (#346055)

parents a83624d4 5f3a7a83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "haveged";
  version = "1.9.18";
  version = "1.9.19";

  src = fetchFromGitHub {
    owner = "jirka-h";
    repo = "haveged";
    rev = "v${version}";
    hash = "sha256-fyL/J2A13ap582j4gdC8u63Ah67Old+BaO/CLyEeN/g=";
    hash = "sha256-tq4OXLlyC6exJEZ80H1gQQRBgYGbu+3kGz99RxsyauI=";
  };

  strictDeps = true;