2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 15:08:18 +00:00

Merge pull request from marsam/update-translate-shell

translate-shell: 0.9.7 -> 0.9.7.1
This commit is contained in:
figsoda 2023-02-08 22:51:17 -05:00 committed by GitHub
commit 8188491e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];