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

antidote: 1.8.6 -> 1.8.7
This commit is contained in:
Weijia Wang 2023-06-12 11:09:15 +03:00 committed by GitHub
commit 897ff26011
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.6";
version = "1.8.7";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-CcWEXvz1TB6LFu9qvkVB1LJsa68grK16VqjUTiuVG/c=";
hash = "sha256-5ccGoxmaHV7w4w7qc61gjI12OppU1FjDUeYh8ELljWQ=";
};
dontPatch = true;