chiaki: 2.0.1 -> 2.1.0

This commit is contained in:
Pierre Bourdon 2021-01-24 07:51:54 +01:00
parent 4c45543736
commit 54293e70b5
No known key found for this signature in database
GPG Key ID: 6FB80DCD84DA0F1C
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@
mkDerivation rec { mkDerivation rec {
pname = "chiaki"; pname = "chiaki";
version = "2.0.1"; version = "2.1.0";
src = fetchgit { src = fetchgit {
url = "https://git.sr.ht/~thestr4ng3r/chiaki"; url = "https://git.sr.ht/~thestr4ng3r/chiaki";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "0l532i9j6wmzbxqx7fg69kgfd1zy1r1wlw6f756vpxpgswivi892"; sha256 = "1hgh2j71rch53cnpm3f195gpfgrb4hd0yqa810k3ikar8zl4h7sd";
}; };
nativeBuildInputs = [ nativeBuildInputs = [