chiaki4deck: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm 2024-06-27 00:57:44 +00:00
parent db4c8df48c
commit 9c8cd9932e

View File

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