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

yoshimi: 2.3.1.3 -> 2.3.2
This commit is contained in:
Weijia Wang 2024-03-06 22:57:53 +01:00 committed by GitHub
commit 0499592312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,13 +22,13 @@
stdenv.mkDerivation rec {
pname = "yoshimi";
version = "2.3.1.3";
version = "2.3.2";
src = fetchFromGitHub {
owner = "Yoshimi";
repo = pname;
rev = version;
hash = "sha256-G4XLRYFndXW6toRyL7n1xV1ueGKVnkY1NgtpzaZ8h+I=";
hash = "sha256-UaZjT7B9T3a3W9PD9abA/WPmt9Id8/zUUSZU05+8x9c=";
};
sourceRoot = "${src.name}/src";