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

yoshimi: 2.3.0 -> 2.3.0.2
This commit is contained in:
Weijia Wang 2023-06-26 07:24:15 +02:00 committed by GitHub
commit cf38405ca5
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.3.0";
version = "2.3.0.2";
src = fetchFromGitHub {
owner = "Yoshimi";
repo = pname;
rev = version;
hash = "sha256-rVlwOxp8C/A56JDd6Bzi2smblJVqQWZiFqIP4oRhElM=";
hash = "sha256-zFwfKy8CVecGhgr48T+eDNHfMdctfrNGenc/XJctyw8=";
};
sourceRoot = "source/src";