yoshimi: 2.3.0.3 -> 2.3.1

This commit is contained in:
R. Ryantm 2023-10-24 05:07:01 +00:00
parent 6c5458cf32
commit 9c446d3911

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "yoshimi";
version = "2.3.0.3";
version = "2.3.1";
src = fetchFromGitHub {
owner = "Yoshimi";
repo = pname;
rev = version;
hash = "sha256-IsmhLUGqoa4Le86LE9SHFiXeiIKgwNfLaPFYXxnC9BM=";
hash = "sha256-NMgy/ucuSRFX2zlO8GhL4QSP4NZo1QKZJYTc2eXzWUA=";
};
sourceRoot = "${src.name}/src";