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

chiaki4deck: 1.7.0 -> 1.7.1
This commit is contained in:
Nick Cao
2024-05-27 10:59:25 -04:00
committed by GitHub
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "chiaki4deck";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "streetpea";
repo = pname;
rev = "v${version}";
hash = "sha256-gJafzBryuGDU8ke3JTKkQdSEND+btSZ93Ei7ZRsqchg=";
hash = "sha256-dSipQH04NSB6t9ZmDq9cjFTmtabnzPRwL9ssmEEmEws=";
fetchSubmodules = true;
};