Unverified Commit 45edf427 authored by Daniel Schaefer's avatar Daniel Schaefer Committed by GitHub
Browse files

graphia: 5.1 -> 5.2 (#372013)

parents 885f84c0 5dc960c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [