Merge pull request #322785 from r-ryantm/auto-update/chiaki4deck

chiaki4deck: 1.7.2 -> 1.7.3
This commit is contained in:
Weijia Wang 2024-06-27 23:08:41 +02:00 committed by GitHub
commit f58e0bedbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "chiaki4deck";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "streetpea";
repo = pname;
rev = "v${version}";
hash = "sha256-gh+ZOsAOi5mKZjs7B1xh07vatoD8F2j2HVxOT/fKDEo=";
hash = "sha256-NiShxa49ZKmK/3q8+PHwy7edwjaqtkOqfhd2ncWK5UQ=";
fetchSubmodules = true;
};