chiaki4dec: 1.4.1 -> 1.5.1

This commit is contained in:
Morgan Helton 2023-12-16 05:55:14 -06:00
parent 8e23dec5ac
commit 34a8c3dec5

View File

@ -20,13 +20,13 @@
mkDerivation rec {
pname = "chiaki4deck";
version = "1.4.1";
version = "1.5.1";
src = fetchFromGitHub {
owner = "streetpea";
repo = pname;
rev = "v${version}";
hash = "sha256-W/t9uYApt8j5UMjtVWhFtq+IHmu9vi6M92I8N4kRtEk=";
hash = "sha256-XNpD9JPbckiq0HgpV/QJR8hDmvGTptxBMoGihHz44lc=";
fetchSubmodules = true;
};