Merge pull request #328310 from r-ryantm/auto-update/antidote

antidote: 1.9.6 -> 1.9.7
This commit is contained in:
Sebastián Mancilla 2024-08-13 21:17:12 -04:00 committed by GitHub
commit 6aad68f7ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub }: { lib, stdenv, fetchFromGitHub }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
version = "1.9.6"; version = "1.9.7";
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-8kNMCo/DwZvBwqh/434GqK7z4KXgkwZH9SazLbH8SfM="; hash = "sha256-Gg69O35CpsI3Q3cdxBpRDOfSxRxWG3PHew59kJVH1eQ=";
}; };
dontPatch = true; dontPatch = true;