Unverified Commit c8998682 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

gensio: 2.8.12 -> 2.8.14 (#397635)

parents 181423e7 6b795ed8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "gensio";
  version = "2.8.12";
  version = "2.8.14";

  src = fetchFromGitHub {
    owner = "cminyard";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-DlveXTkdNu6Pb/0sL9K5HaOJ9HEhv2gwk5Kka9nI7U0=";
    sha256 = "sha256-vxa1r0vloiqMrGhXriIbBfJC6wmm54YWg0nCnB8MDG0=";
  };

  passthru = {