about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-07-19 20:19:03 +0800
committerGitHub <noreply@github.com>2022-07-19 20:19:03 +0800
commite490ddae843cce273e6dab5697e2e9773aea09f9 (patch)
tree646fe826d01067195ef208f3a79af55f58528578 /pkgs/applications
parent2892c46aea4e9254b475d526949717f0378dbd22 (diff)
parent419b730533581305692bd8b244035fd46917b6f6 (diff)
Merge pull request #181580 from r-ryantm/auto-update/ptcollab
ptcollab: 0.6.1.0 -> 0.6.1.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/ptcollab/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/ptcollab/default.nix b/pkgs/applications/audio/ptcollab/default.nix
index e7e8c73c9c1b1..b2faf62b0fe06 100644
--- a/pkgs/applications/audio/ptcollab/default.nix
+++ b/pkgs/applications/audio/ptcollab/default.nix
@@ -13,13 +13,13 @@
 
 mkDerivation rec {
   pname = "ptcollab";
-  version = "0.6.1.0";
+  version = "0.6.1.1";
 
   src = fetchFromGitHub {
     owner = "yuxshao";
     repo = "ptcollab";
     rev = "v${version}";
-    sha256 = "sha256-zkDMZT1kKCLqNvvxZFKVuXFqZptX/LG/R9kRUcNJphw=";
+    sha256 = "sha256-ydn3qKOK0GwA/mBPbGwSIac09b9cz6YOFbuDFFV8jJs=";
   };
 
   nativeBuildInputs = [ qmake pkg-config ];