about summary refs log tree commit diff
path: root/pkgs/applications/audio/pt2-clone
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-09-17 13:21:50 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-17 13:21:50 +0000
commit1c8f2a421a78744f63428441f1f8b23b43426fbd (patch)
tree059628e8456f718868831f332e637dd7c69bde17 /pkgs/applications/audio/pt2-clone
parent644e1ca5c55aa308716a2869f288803ae5d05383 (diff)
pt2-clone: 1.33 -> 1.34
Diffstat (limited to 'pkgs/applications/audio/pt2-clone')
-rw-r--r--pkgs/applications/audio/pt2-clone/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/pt2-clone/default.nix b/pkgs/applications/audio/pt2-clone/default.nix
index c713c2ca52e1b..6abc120379d69 100644
--- a/pkgs/applications/audio/pt2-clone/default.nix
+++ b/pkgs/applications/audio/pt2-clone/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "pt2-clone";
-  version = "1.33";
+  version = "1.34";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "pt2-clone";
     rev = "v${version}";
-    sha256 = "sha256-XPQRFbIgSU3oCTbLe4gYkMNBvcLZdJvU/YQHtUvgt9k=";
+    sha256 = "sha256-JT3I06qm3oljsySIgK5xP2RC3KAb5QBrNVdip0ds4KE=";
   };
 
   nativeBuildInputs = [ cmake ];