chiaki4deck: 1.6.5 -> 1.6.6

This commit is contained in:
R. Ryantm 2024-04-07 12:25:23 +00:00
parent f6eb921406
commit 10b2767436
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;
};