chiaki4deck: 1.6.4 -> 1.6.5

This commit is contained in:
R. Ryantm 2024-03-22 03:30:54 +00:00
parent e52b38ae97
commit 4708625745
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;
};