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

chiaki4deck: 1.6.4 -> 1.6.5
This commit is contained in:
lassulus 2024-03-24 00:45:44 +07:00 committed by GitHub
commit d3f8923899
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.4";
version = "1.6.5";
src = fetchFromGitHub {
owner = "streetpea";
repo = pname;
rev = "v${version}";
hash = "sha256-x//E3HgS9NHQW7IHEJYWnAnfw2umcktcL0/28BPh1PY=";
hash = "sha256-ogNfls7RPvzIVat0zlBlCWHWt22YfzGawjfgu5y9Gyk=";
fetchSubmodules = true;
};