Unverified Commit 52319c1a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

yoshimi: 2.3.5.1 -> 2.3.5.2 (#460040)

parents 46849c63 03467d17
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.5.1";
  version = "2.3.5.2";

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

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