Skip to content

Commit

Permalink
graphia: 5.1 -> 5.2 (#372013)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAZoidberg authored Jan 11, 2025
2 parents 885f84c + 5dc960c commit 45edf42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/graphia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

stdenv.mkDerivation rec {
pname = "graphia";
version = "5.1";
version = "5.2";

src = fetchFromGitHub {
owner = "graphia-app";
repo = "graphia";
rev = version;
sha256 = "sha256-gAJwAz3iKa4auRtsrPS9dz3ieiB09FeL6VN5Psq1i8Y=";
sha256 = "sha256-tS5oqpwpqvWGu67s8OuA4uQR3Zb5VzHTY/GnfVQki6k=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 45edf42

Please sign in to comment.