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

chiaki4deck: 1.6.5 -> 1.6.6
This commit is contained in:
Weijia Wang 2024-04-08 02:07:35 +02:00 committed by GitHub
commit 81b065631a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "chiaki4deck";
version = "1.6.5";
version = "1.6.6";
src = fetchFromGitHub {
owner = "streetpea";
repo = pname;
rev = "v${version}";
hash = "sha256-ogNfls7RPvzIVat0zlBlCWHWt22YfzGawjfgu5y9Gyk=";
hash = "sha256-hai7fIyeNcAURfeQtAIqOLb9j8erPNoy3zHK4rgLjc0=";
fetchSubmodules = true;
};