antidote: 1.9.4 -> 1.9.5

This commit is contained in:
R. Ryantm 2024-03-05 01:34:45 +00:00
parent 0bb74f147b
commit 2ddff143eb

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
version = "1.9.4"; version = "1.9.5";
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-gZBDLKkLVfHC+DHlaMS/ySUjb14Jo1192JbkDQnzi7c="; hash = "sha256-eS2sf+N50N+oyk8wCp71hYF7WDagFBlTcAB/sFdhw9U=";
}; };
dontPatch = true; dontPatch = true;