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

antidote: 1.9.1 -> 1.9.2
This commit is contained in:
Weijia Wang 2023-10-13 02:13:19 +02:00 committed by GitHub
commit f0960c6e75
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.9.1";
version = "1.9.2";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-wRLMjaBpzttQ6MUgl1AFC2SRlEEwjASdEnguGlP+XgU=";
hash = "sha256-h+Gay1InnOY6tc8Iir5QzCC7FQj9cVWSn5YViEAHraU=";
};
dontPatch = true;