antidote: 1.10.3 -> 2.1.0

This commit is contained in:
R. Ryantm
2026-04-10 14:57:11 +00:00
parent 1a66bde6d7
commit dec9f2e927
+2 -2
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;