summary refs log tree commit diff
path: root/pkgs/applications/audio/sptlrx
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-27 18:15:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-02-27 18:15:41 +0000
commit5e933837e2569754627c25d623292348967fe91f (patch)
tree2e51c76882482ab95d1d6003c5a8431d0ec6a560 /pkgs/applications/audio/sptlrx
parent6896623f630ce8703e2201625eabd9f01dfcc5e0 (diff)
downloadnixpkgs-5e933837e2569754627c25d623292348967fe91f.tar
nixpkgs-5e933837e2569754627c25d623292348967fe91f.tar.gz
nixpkgs-5e933837e2569754627c25d623292348967fe91f.tar.bz2
nixpkgs-5e933837e2569754627c25d623292348967fe91f.tar.lz
nixpkgs-5e933837e2569754627c25d623292348967fe91f.tar.xz
nixpkgs-5e933837e2569754627c25d623292348967fe91f.tar.zst
nixpkgs-5e933837e2569754627c25d623292348967fe91f.zip
sptlrx: 0.1.0 -> 0.2.0
Diffstat (limited to 'pkgs/applications/audio/sptlrx')
-rw-r--r--pkgs/applications/audio/sptlrx/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/sptlrx/default.nix b/pkgs/applications/audio/sptlrx/default.nix
index 1d53c2f4cea..2ec9562c620 100644
--- a/pkgs/applications/audio/sptlrx/default.nix
+++ b/pkgs/applications/audio/sptlrx/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "sptlrx";
-  version = "0.1.0";
+  version = "0.2.0";
 
   src = fetchFromGitHub {
     owner = "raitonoberu";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Wk4vXm6sB+Rw0VFAhfD0GKxsP+1LwpS6VFHa3UENuJk=";
+    sha256 = "sha256-b38DACSdnjwPsLMrkt0Ubpqpn/4SDAgrdSlp9iAcxfE=";
   };
 
-  vendorSha256 = "sha256-l5gIbjB2rJyNmZBqrHo4kwClmAgjgDWHTs5KWzrfC08=";
+  vendorSha256 = "sha256-/fqWnRQBpLNoTwqrFDKqQuv1r9do1voysBhLuj223S0=";
 
   ldflags = [ "-s" "-w" ];