Skip to content

Commit

Permalink
pt2-clone: 1.69.2 -> 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and fgaz committed Aug 21, 2024
1 parent e17cc24 commit c374d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/pt2-clone/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "pt2-clone";
version = "1.69.2";
version = "1.70";

src = fetchFromGitHub {
owner = "8bitbubsy";
repo = "pt2-clone";
rev = "v${finalAttrs.version}";
sha256 = "sha256-Vy8b9rbYM/bK/mCUW4V4rPeAmoBN/wn7iVBANSboL2Q=";
sha256 = "sha256-oGdgvyVIqM4YVxyr5DFBJ+YLtH95vqbNv0arD9yskdo=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit c374d94

Please sign in to comment.