crow-translate: 2.9.8 -> 2.9.10

This commit is contained in:
R. Ryantm 2022-08-10 13:19:04 +00:00 committed by ehmry
parent 344018e42a
commit 26dbb2ea4a

View File

@ -16,11 +16,11 @@
stdenv.mkDerivation rec {
pname = "crow-translate";
version = "2.9.8";
version = "2.9.10";
src = fetchzip {
url = "https://github.com/${pname}/${pname}/releases/download/${version}/${pname}-${version}-source.tar.gz";
hash = "sha256-ZqiQVpKwGpglSc05Y1r6uScZyG4qnklPXqTGKxpS3f8=";
hash = "sha256-FIQuvayhk2XrkpbVxwfXRMyFnOxKv8bs1ayeboQHliY=";
};
patches = [