about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-14 10:21:48 +0800
committerGitHub <noreply@github.com>2022-01-14 10:21:48 +0800
commit2e22d37c3584542bf23748d540df8d9fae1ed130 (patch)
tree3646c9f9c0b4f1031a4decbc18cc106110d5ba69 /pkgs
parenta5d4af4024750c773cb50f3f7289834d8ed128f1 (diff)
parent1148571e05d62517b5831b2f28433807776d8dec (diff)
Merge pull request #154846 from fgaz/pt2-clone/1.39
pt2-clone: 1.38 -> 1.39
Diffstat (limited to 'pkgs')
-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 cebf20ae78b87..0eaea39f24138 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.38";
+  version = "1.39";
 
   src = fetchFromGitHub {
     owner = "8bitbubsy";
     repo = "pt2-clone";
     rev = "v${version}";
-    sha256 = "sha256-fnPYlZvCZYiKkQmp5bNtrqgZAkVtKLmLMcfkbbysMyU=";
+    sha256 = "sha256-ZmgsNp2fRebbLxSzzCsLdM6/7kBKo+YFUCdWLSYfI5A=";
   };
 
   nativeBuildInputs = [ cmake ];