Merge pull request #207930 from r-ryantm/auto-update/ovito

This commit is contained in:
Sandro 2023-01-24 00:07:16 +01:00 committed by GitHub
commit d0ebe0d048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,13 +21,13 @@
mkDerivation rec {
pname = "ovito";
version = "3.7.7";
version = "3.7.11";
src = fetchFromGitLab {
owner = "stuko";
repo = "ovito";
rev = "v${version}";
sha256 = "sha256-wKXnb7ZzWOPPrHj3jOeFazRy0PVqcV/OFeaBs6qgF1I=";
sha256 = "sha256-Z3uwjOYJ7di/LLllbzdKjzUE7m119i03bA8dJPqhxWA=";
};
nativeBuildInputs = [