Merge pull request #184769 from r-ryantm/auto-update/yoshimi

yoshimi: 2.1.2.2 -> 2.2.1
This commit is contained in:
Christian Kögler 2022-08-21 09:00:53 +02:00 committed by GitHub
commit 1352dc4a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "yoshimi";
version = "2.1.2.2";
version = "2.2.1";
src = fetchFromGitHub {
owner = "Yoshimi";
repo = pname;
rev = version;
hash = "sha256-6YsA6tC94yJuuWp5rXXqHzqRy28tvmJzjOR92YwQYO0=";
hash = "sha256-Uo403vxzmDntmdoQZQqncuLpDXVJ2FdGi4pQ9jE9b/k=";
};
sourceRoot = "source/src";