valeronoi: 0.1.9 -> 0.2.0

This commit is contained in:
nova madeline 2023-10-10 09:14:01 +02:00
parent f3821f8d7b
commit a4e79d756a
No known key found for this signature in database
GPG Key ID: AFE68C4AA6539177

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "valeronoi";
version = "0.1.9";
version = "0.2.0";
src = fetchFromGitHub {
owner = "ccoors";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-Xa70kOPQLavuJTF9PxCgpKYj15C2fna++cFlCId0a08=";
sha256 = "sha256-4BTBF6h/BEVr0E3E0EvvKOQGHZ4wCtdXgKBWLSfOcOI=";
};
buildInputs = [