Unverified Commit e629ac0f authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

yoshimi: 2.3.4.1 -> 2.3.5.1 (#448131)

parents 6d1d15bb 69535dae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation rec {
  pname = "yoshimi";
  version = "2.3.4.1";
  version = "2.3.5.1";

  src = fetchFromGitHub {
    owner = "Yoshimi";
    repo = "yoshimi";
    rev = version;
    hash = "sha256-d0NA4/uCC1jhksM7KOi+SXqeLiq9XZimXV0KUyRhWGs=";
    hash = "sha256-A6laO4JhYFjuqBYmaQzZduHbDwdC+8zAVPqifbpJ8JQ=";
  };

  sourceRoot = "${src.name}/src";