chiaki4deck: 1.7.1 -> 1.7.2

This commit is contained in:
R. Ryantm 2024-06-10 00:29:38 +00:00
parent faf7b38491
commit 9bab7a3d11

View File

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