antidote: 1.8.9 -> 1.9.0

This commit is contained in:
R. Ryantm 2023-07-11 10:05:45 +00:00
parent 547a750222
commit 3f1c188330

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
version = "1.8.9"; version = "1.9.0";
pname = "antidote"; pname = "antidote";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mattmc3"; owner = "mattmc3";
repo = "antidote"; repo = "antidote";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-grKbMYPEo/OygTTLm+igGtHJpHWSELVQFRO9HxijHUY="; hash = "sha256-YKFG66Kjw/S0YkvPlJK3HC9v00SHEW1Wng6+xcy41Hg=";
}; };
dontPatch = true; dontPatch = true;