Merge pull request #276580 from r-ryantm/auto-update/valeronoi

valeronoi: 0.2.0 -> 0.2.1
This commit is contained in:
Nick Cao 2024-01-01 15:51:59 -05:00 committed by GitHub
commit 30f4f52177
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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