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
+2 -2
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";