Merge pull request #183328 from r-ryantm/auto-update/graphia

graphia: 3.0 -> 3.1
This commit is contained in:
Christian Kögler 2022-08-15 14:13:00 +02:00 committed by GitHub
commit 121d695571
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "graphia";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = "graphia-app";
repo = "graphia";
rev = version;
sha256 = "sha256-9JIVMtu8wlux7vIapOQQIemE7ehIol2XZuIvwLfB8fY=";
sha256 = "sha256-mqoK5y2h0JSiE9VtwawCgc1+qETzuefLVUpgFPcNFnk=";
};
patches = [