graphia: 5.1 -> 5.2

This commit is contained in:
R. Ryantm
2025-01-08 02:49:42 +00:00
parent 143b04fe3c
commit 5dc960c3e6
@@ -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 = [