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

pt2-clone: 1.37 -> 1.38

authored by

Ryan Mulligan and committed by
GitHub
c0bb6b80 628e9059

+2 -2
+2 -2
pkgs/applications/audio/pt2-clone/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "pt2-clone"; 11 - version = "1.37"; 11 + version = "1.38"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "8bitbubsy"; 15 15 repo = "pt2-clone"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-r9H+qF542j2qjmOEjJLAtnMU7SkJBJB8nH39zhkZu9M="; 17 + sha256 = "sha256-fnPYlZvCZYiKkQmp5bNtrqgZAkVtKLmLMcfkbbysMyU="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];