lol

graphia: 4.2 -> 5.1 (#359615)

authored by

Aleksana and committed by
GitHub
bd548065 e9f149be

+2 -11
+2 -11
pkgs/applications/science/misc/graphia/default.nix
··· 13 13 14 14 stdenv.mkDerivation rec { 15 15 pname = "graphia"; 16 - version = "4.2"; 16 + version = "5.1"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "graphia-app"; 20 20 repo = "graphia"; 21 21 rev = version; 22 - sha256 = "sha256-8+tlQbTr6BGx+/gjviuNrQQWcxC/j6dJ+PxwB4fYmqQ="; 22 + sha256 = "sha256-gAJwAz3iKa4auRtsrPS9dz3ieiB09FeL6VN5Psq1i8Y="; 23 23 }; 24 - 25 - patches = [ 26 - # Fix gcc-13 build: 27 - (fetchpatch { 28 - name = "gcc-13.patch"; 29 - url = "https://github.com/graphia-app/graphia/commit/78fb55a4d73f96e9a182de433c7da60330bd5b5e.patch"; 30 - hash = "sha256-waI2ur3gOKMQvqB2Qnyz7oMOMConl3jLMVKKmOmTpJs="; 31 - }) 32 - ]; 33 24 34 25 nativeBuildInputs = [ 35 26 cmake