liblo: 0.29 -> 0.30
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/liblo/versions
This commit is contained in:
parent
2cc6444113
commit
8aedf7e713
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "liblo-0.29";
|
||||
name = "liblo-0.30";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/liblo/liblo/0.29/${name}.tar.gz";
|
||||
sha256 = "0sn0ckc1d0845mhsaa62wf7f9v0c0ykiq796a30ja5096kib9qdc";
|
||||
url = "mirror://sourceforge/liblo/liblo/0.30/${name}.tar.gz";
|
||||
sha256 = "06wdjzxjdshr6hyl4c94yvg3jixiylap8yjs8brdfpm297gck9rh";
|
||||
};
|
||||
|
||||
doCheck = false; # fails 1 out of 3 tests
|
||||
|
Loading…
Reference in New Issue
Block a user