mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
antidote: 1.10.3 -> 2.1.0 (#502945)
This commit is contained in:
commit
f17a8a7127
1 changed files with 2 additions and 2 deletions
|
|
@ -5,14 +5,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.10.3";
|
||||
version = "2.1.0";
|
||||
pname = "antidote";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mattmc3";
|
||||
repo = "antidote";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ur/6uXjXGUhf98DlWn63RvaeQOjColttZ4Wcj+4JJkE=";
|
||||
hash = "sha256-cLgfRprMuMl+yH5GtgOxP51pKReGebxKynzbvR8XlI0=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue