translate-shell: 0.9.7 -> 0.9.7.1

https://github.com/soimort/translate-shell/releases/tag/v0.9.7.1
This commit is contained in:
Mario Rodas 2023-02-08 04:20:00 +00:00
parent 6da5c8facb
commit 101b58d344

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "translate-shell";
version = "0.9.7";
version = "0.9.7.1";
src = fetchFromGitHub {
owner = "soimort";
repo = "translate-shell";
rev = "v${version}";
sha256 = "sha256-OLbGBP+QHW51mt0sFXf6SqrIYZ0iC/X10F148NAG4A4=";
sha256 = "sha256-ILXE8cSrivYqMruE+xtNIInLdwdRfMX5dneY9Nn12Uk=";
};
nativeBuildInputs = [ makeWrapper ];