antidote: 1.8.8 -> 1.8.9
This commit is contained in:
parent
d9895270b7
commit
09d07ca924
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
{ lib, stdenv, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.8.8";
|
||||
version = "1.8.9";
|
||||
pname = "antidote";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mattmc3";
|
||||
repo = "antidote";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-UliND3WZkaXWIxWnSINPLylSK+iXyflhwf/JTjwp/wg=";
|
||||
hash = "sha256-grKbMYPEo/OygTTLm+igGtHJpHWSELVQFRO9HxijHUY=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
|
Loading…
Reference in a new issue