mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
easyeffects: 7.1.6 -> 7.1.7
Changelog: https://github.com/wwmm/easyeffects/blob/v7.1.7/CHANGELOG.md
This commit is contained in:
parent
ee0d61e58f
commit
008ab4c6f5
1 changed files with 2 additions and 2 deletions
|
@ -47,13 +47,13 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "easyeffects";
|
||||
version = "7.1.6";
|
||||
version = "7.1.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wwmm";
|
||||
repo = "easyeffects";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-NViRZHNgsweoD1YbyWYrRTZPKTCkKk3fGDLLYDD7JfA=";
|
||||
hash = "sha256-y7we7/MQWweAoZkM8SuHiOTVyWFj9/foufLYBum/KKc=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue