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 }:
stdenv.mkDerivation (finalAttrs: {
version = "1.9.6";
version = "1.9.7";
pname = "antidote";
src = fetchFromGitHub {
owner = "mattmc3";
repo = "antidote";
rev = "v${finalAttrs.version}";
hash = "sha256-8kNMCo/DwZvBwqh/434GqK7z4KXgkwZH9SazLbH8SfM=";
hash = "sha256-Gg69O35CpsI3Q3cdxBpRDOfSxRxWG3PHew59kJVH1eQ=";
};
dontPatch = true;