valeronoi: 0.2.1 -> 0.2.2 (#352658)

This commit is contained in:
Nick Cao 2024-11-06 09:15:51 -05:00 committed by GitHub
commit a8bf8d955f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "valeronoi";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "ccoors";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-7z967y1hWpitZfXNlHHM8qEBdyuBQSFlJElS4ldsAaE=";
sha256 = "sha256-5KXVSIqWDkXnpO+qgBzFtbJb444RW8dIVXp8Y/aAOrk=";
};
buildInputs = [