Merge pull request #317079 from r-ryantm/auto-update/neo4j-desktop

neo4j-desktop: 1.5.8 -> 1.5.9
This commit is contained in:
Weijia Wang 2024-06-10 19:11:12 +02:00 committed by GitHub
commit 2ee39b6c1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
{ appimageTools, lib, fetchurl }:
let
pname = "neo4j-desktop";
version = "1.5.8";
version = "1.5.9";
src = fetchurl {
url = "https://s3-eu-west-1.amazonaws.com/dist.neo4j.org/${pname}/linux-offline/${pname}-${version}-x86_64.AppImage";
hash = "sha256-RqzR4TuvDasbkj/wKvOOS7r46sXDxvw3B5ydFGZeHX8=";
hash = "sha256-04I1p5wtndIflHqS5qQVf3s8F9ORJ+oy4wi/5PQbnWk=";
};
appimageContents = appimageTools.extract { inherit pname version src; };