Merge pull request #75200 from r-ryantm/auto-update/cadence

cadence: 0.9.0 -> 0.9.1
This commit is contained in:
worldofpeace 2019-12-07 23:30:49 -05:00 committed by GitHub
commit 81b3a3ff71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [