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

antidote: 1.9.2 -> 1.9.3
This commit is contained in:
Pol Dellaiera 2023-11-27 20:53:59 +01:00 committed by GitHub
commit 6a2dc64b35
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.2";
version = "1.9.3";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-h+Gay1InnOY6tc8Iir5QzCC7FQj9cVWSn5YViEAHraU=";
hash = "sha256-LgI/N4FE5ysK+9I9mWGb99mkDnS+lX035MmhHXMI1f0=";
};
dontPatch = true;