Merge pull request #240058 from r-ryantm/auto-update/antidote

antidote: 1.8.8 -> 1.8.9
This commit is contained in:
Weijia Wang 2023-06-27 11:55:44 +03:00 committed by GitHub
commit d0bccdf429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation (finalAttrs: {
version = "1.8.8";
version = "1.8.9";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-UliND3WZkaXWIxWnSINPLylSK+iXyflhwf/JTjwp/wg=";
hash = "sha256-grKbMYPEo/OygTTLm+igGtHJpHWSELVQFRO9HxijHUY=";
};
dontPatch = true;