yoshimi: 2.2.2.1 -> 2.2.3

This commit is contained in:
R. Ryantm 2023-03-19 17:08:53 +00:00
parent d384095645
commit 8910b1e180

View file

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "yoshimi";
version = "2.2.2.1";
version = "2.2.3";
src = fetchFromGitHub {
owner = "Yoshimi";
repo = pname;
rev = version;
hash = "sha256-fkN5VNiXRVKCCAyrG6Z2s5qLEtHQNB2874VprhHBhAg=";
hash = "sha256-zVIOHm84wx6ZFK0seS9fWZfujDz259AXTv7zljbwrUk=";
};
sourceRoot = "source/src";