cadence: 0.9.0 -> 0.9.1

This commit is contained in:
R. RyanTM 2019-12-07 19:13:27 -08:00
parent 51ef7c3e49
commit d0ab84c8a8

View File

@ -9,12 +9,12 @@
}:
mkDerivation rec {
version = "0.9.0";
version = "0.9.1";
pname = "cadence";
src = fetchzip {
url = "https://github.com/falkTX/Cadence/archive/v${version}.tar.gz";
sha256 = "08vcggypkdfr70v49innahs5s11hi222dhhnm5wcqzdgksphqzwx";
sha256 = "07z8grnnpkd0nf3y3r6qjlk1jlzrbhdrp9mnhrhhmws54p1bhl20";
};
nativeBuildInputs = [