Merge pull request #273888 from r-ryantm/auto-update/antidote
antidote: 1.9.3 -> 1.9.4
This commit is contained in:
commit
3982f49828
1 changed files with 3 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.9.3";
|
||||
version = "1.9.4";
|
||||
pname = "antidote";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mattmc3";
|
||||
repo = "antidote";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-LgI/N4FE5ysK+9I9mWGb99mkDnS+lX035MmhHXMI1f0=";
|
||||
hash = "sha256-gZBDLKkLVfHC+DHlaMS/ySUjb14Jo1192JbkDQnzi7c=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
@ -29,5 +29,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
homepage = "https://getantidote.github.io/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.hitsmaxft ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue