Skip to content

Commit

Permalink
ams-lv2: 1.2.1 -> 1.2.2
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ams-lv2/versions
  • Loading branch information
r-ryantm authored and FRidh committed Mar 3, 2019
1 parent 376e915 commit e2fd06a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/audio/ams-lv2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "ams-lv2-${version}";
version = "1.2.1";
version = "1.2.2";

src = fetchFromGitHub {
owner = "blablack";
repo = "ams-lv2";
rev = version;
sha256 = "1n1dnqnj24xhiy9323lj52nswr5120cj56fpckg802miss05sr6x";
sha256 = "1lz2mvk4gqsyf92yxd3aaldx0d0qi28h4rnnvsaz4ls0ccqm80nk";
};

nativeBuildInputs = [ pkgconfig wafHook ];
Expand Down

0 comments on commit e2fd06a

Please sign in to comment.