lol

pt2-clone: 1.67 -> 1.68

authored by

R. Ryantm and committed by
Francesco Gazzetta
0219cfd0 f4846253

+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.67"; 11 + version = "1.68"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "8bitbubsy"; 15 15 repo = "pt2-clone"; 16 16 rev = "v${finalAttrs.version}"; 17 - sha256 = "sha256-fTUTXwS6A72zhKkANlSljQVvPeN5rOTyuyb8vLxYfdk="; 17 + sha256 = "sha256-xlXwOxmJ5cL1ouTOnFwTvx959IDQIvJ0ZRk+G9p0HbA="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];