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

antidote: 1.8.7 -> 1.8.8
This commit is contained in:
Nick Cao 2023-06-24 10:42:42 +08:00 committed by GitHub
commit ae5ea1ffa6
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.7";
version = "1.8.8";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-5ccGoxmaHV7w4w7qc61gjI12OppU1FjDUeYh8ELljWQ=";
hash = "sha256-UliND3WZkaXWIxWnSINPLylSK+iXyflhwf/JTjwp/wg=";
};
dontPatch = true;