about summary refs log tree commit diff
path: root/pkgs/applications/audio/sptlrx
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-05-24 07:45:51 +0000
committerAaron Jheng <wentworth@outlook.com>2023-05-24 07:45:51 +0000
commit85b400ca5201fa94e724953c590916fa86ecd561 (patch)
tree5b2d718b6cc32ef0f8bb0b9959f0983ab7940366 /pkgs/applications/audio/sptlrx
parentb31c968ff28927d477eed85012e8090578c70852 (diff)
sptlrx: 1.0.0 -> 1.1.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 aa0d85a6cbddd..6743407fa3ed0 100644
--- a/pkgs/applications/audio/sptlrx/default.nix
+++ b/pkgs/applications/audio/sptlrx/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "sptlrx";
-  version = "1.0.0";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "raitonoberu";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-UDxmUc902A6+DC254wyvjSzNs95K7QIuDW+24o8VCCc=";
+    hash = "sha256-6GbefTWrhH6RdASmSrugd4xESkwqFVF5qwFmf0JUDTY=";
   };
 
-  vendorSha256 = "sha256-t9Mkszzuw7YtBnADsZDjwN2AA6MuQH4+zzDiHe302A4=";
+  vendorHash = "sha256-Ll5jUjpx4165BAE86/z95i4xa8fdKlfxqrUc/gDLqJ0=";
 
   ldflags = [ "-s" "-w" ];