about summary refs log tree commit diff
path: root/pkgs/applications/audio/pt2-clone
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2022-05-22 18:16:40 +0200
committerFrancesco Gazzetta <fgaz@fgaz.me>2022-05-22 18:16:40 +0200
commitf7933e9fac9274cf4bacf7b2163a1df9108712c2 (patch)
tree8ae5dc71d4e994f1ddbc606879a4deb0a0bfdb07 /pkgs/applications/audio/pt2-clone
parent9ce5907d02442d2613d3f69cc61949839e576d29 (diff)
pt2-clone: 1.46 -> 1.49
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 8b586c455e3bf..70c6dd12ed845 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.46";
+  version = "1.49";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "pt2-clone";
     rev = "v${version}";
-    sha256 = "sha256-xRq37hjuMiGxsWRnZ/ryXYLvQpjbfQEjQkMjjuqL7r8=";
+    sha256 = "sha256-mE7mcaQCJlMzFTec9/faTyIZ7aoA4ygn60wS5QgVF7k=";
   };
 
   nativeBuildInputs = [ cmake ];