antidote: 1.10.3 -> 2.1.0 (#502945)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-07 23:49:26 +00:00 committed by GitHub
commit f17a8a7127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,14 +5,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.10.3";
version = "2.1.0";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
tag = "v${finalAttrs.version}";
hash = "sha256-ur/6uXjXGUhf98DlWn63RvaeQOjColttZ4Wcj+4JJkE=";
hash = "sha256-cLgfRprMuMl+yH5GtgOxP51pKReGebxKynzbvR8XlI0=";
};
dontPatch = true;