Merge pull request #307187 from r-ryantm/auto-update/pt2-clone

pt2-clone: 1.68 -> 1.69.2

authored by Nick Cao and committed by GitHub b28bf3d8 e7595391

+2 -2
+2 -2
pkgs/applications/audio/pt2-clone/default.nix
··· 8 8 9 9 stdenv.mkDerivation (finalAttrs: { 10 10 pname = "pt2-clone"; 11 - version = "1.68"; 11 + version = "1.69.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "8bitbubsy"; 15 15 repo = "pt2-clone"; 16 16 rev = "v${finalAttrs.version}"; 17 - sha256 = "sha256-xlXwOxmJ5cL1ouTOnFwTvx959IDQIvJ0ZRk+G9p0HbA="; 17 + sha256 = "sha256-Vy8b9rbYM/bK/mCUW4V4rPeAmoBN/wn7iVBANSboL2Q="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];