mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
mangojuice: 0.8.4 -> 0.8.5
Diff: https://github.com/radiolamp/mangojuice/compare/0.8.4...0.8.5 Changelog: https://github.com/radiolamp/mangojuice/releases/tag/0.8.5
This commit is contained in:
parent
70954f1db3
commit
1a8b7d8e1a
1 changed files with 2 additions and 2 deletions
|
@ -25,13 +25,13 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "mangojuice";
|
||||
version = "0.8.4";
|
||||
version = "0.8.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "radiolamp";
|
||||
repo = "mangojuice";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-LsXTzPSDELw1SKTDtgOMQe1FOPwdVft7VFacE4WezNQ=";
|
||||
hash = "sha256-pqtzNJBMoKbF48JoIrbcJX78S+e3tb+otiG85YbBKYk=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue