summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-21 14:59:49 +0200
committerGitHub <noreply@github.com>2021-06-21 14:59:49 +0200
commit7559dd77e1172112150f7ef98378ea4b48fe9b63 (patch)
tree55db123f0c8b4b78b99db4a2c8180173c2fa0113 /pkgs/applications
parenta2760ea37467f446c2ef303581b3aca5b2d6b5a3 (diff)
parent4d046b12a9d1e6fc214efe20b5b6b106bef77c9d (diff)
downloadnixpkgs-7559dd77e1172112150f7ef98378ea4b48fe9b63.tar
nixpkgs-7559dd77e1172112150f7ef98378ea4b48fe9b63.tar.gz
nixpkgs-7559dd77e1172112150f7ef98378ea4b48fe9b63.tar.bz2
nixpkgs-7559dd77e1172112150f7ef98378ea4b48fe9b63.tar.lz
nixpkgs-7559dd77e1172112150f7ef98378ea4b48fe9b63.tar.xz
nixpkgs-7559dd77e1172112150f7ef98378ea4b48fe9b63.tar.zst
nixpkgs-7559dd77e1172112150f7ef98378ea4b48fe9b63.zip
Merge pull request #127653 from fgaz/pt2-clone/1.31
Diffstat (limited to 'pkgs/applications')
-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 22b2a355b5e..9092ae0b91f 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.29";
+  version = "1.31";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "pt2-clone";
     rev = "v${version}";
-    sha256 = "sha256-xnw4UL30nUv/Ru6x/7d05gC0X9nREMdXO9QWBjVoIvo=";
+    sha256 = "sha256-hIm9HWKBTFmxU9jI41PfScZIHpZOZpjvV2jgaMX/KSg=";
   };
 
   nativeBuildInputs = [ cmake ];