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

authored by Artturi and committed by GitHub 09940ec1 354fcf46

+2 -2
+2 -2
pkgs/games/chiaki4deck/default.nix
··· 19 19 20 20 mkDerivation rec { 21 21 pname = "chiaki4deck"; 22 - version = "1.3.3"; 22 + version = "1.3.4"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "streetpea"; 26 26 repo = pname; 27 27 rev = "v${version}"; 28 - hash = "sha256-DXer39+j8QaI1IAIcLhVzSVNyGvwoT93knRibpFsEeY="; 28 + hash = "sha256-ayU2mYDpgGMgDK5AI5gwgu6h+YLKPG7P32ECWdL5wA4="; 29 29 fetchSubmodules = true; 30 30 }; 31 31