From 04ed5679329ac6863f655fdeca332a18c36b621d Mon Sep 17 00:00:00 2001 From: QJoly Date: Mon, 5 Jun 2023 08:23:47 +0200 Subject: [PATCH] subtitlr: 0.1.0 -> 0.1.1 --- pkgs/applications/audio/subtitlr/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/subtitlr/default.nix b/pkgs/applications/audio/subtitlr/default.nix index 04c377c21059..2832a9661512 100644 --- a/pkgs/applications/audio/subtitlr/default.nix +++ b/pkgs/applications/audio/subtitlr/default.nix @@ -2,16 +2,16 @@ buildGoModule rec { pname = "Subtitlr"; - version = "0.1.0"; + version = "0.1.1"; src = fetchFromGitHub { owner = "yoanbernabeu"; repo = pname; rev = version; - hash = "sha256-fwDIE8DFVd7NRhi8bBmFxrmGdT2ZtSFWBaynV+xz3ms="; + hash = "sha256-1EjOpWVTp7CqwqSJAhqicvY2crzw1n7Id+TIwYrSQAs="; }; - vendorHash = "sha256-t92nz42sv8bE0JIkSFB2+WBz1Um8kcRSotpXcPIy3eQ="; + vendorHash = "sha256-ZgJCk9vbbQ0dcYSdKm0Cbw2AmwjpMvGb5zJkgbD+xig="; ldflags = [ "-s" "-w" ];