antidote: 1.9.7 -> 1.9.8

This commit is contained in:
R. Ryantm
2025-04-14 00:49:19 +00:00
parent 224814a6d0
commit 7378ce0d33
+2 -2
View File
@@ -5,14 +5,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
version = "1.9.7";
version = "1.9.8";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-Gg69O35CpsI3Q3cdxBpRDOfSxRxWG3PHew59kJVH1eQ=";
hash = "sha256-74bajVwbsfbibOIqETrewHZbbzceOHD6d1OEh+LYh7o=";
};
dontPatch = true;