3
0
Fork 0
forked from mirrors/nixpkgs

yoshimi: 2.2.1 -> 2.2.2.1

This commit is contained in:
R. Ryantm 2022-10-01 06:08:12 +00:00
parent 3b5295131d
commit af1b30a463

View file

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