mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
antidote: 1.9.8 -> 1.9.10
This commit is contained in:
parent
6d0d3850ff
commit
10ca5df52d
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.9.8";
|
||||
version = "1.9.10";
|
||||
pname = "antidote";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mattmc3";
|
||||
repo = "antidote";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-74bajVwbsfbibOIqETrewHZbbzceOHD6d1OEh+LYh7o=";
|
||||
hash = "sha256-+hp8L1Pcqx/Jly1H6F23U4WD6MkVAAZZpPrbc/VSurM=";
|
||||
};
|
||||
|
||||
dontPatch = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue