gridtracker: 1.23.1112 -> 1.23.1202

This commit is contained in:
Matt Melling 2023-12-02 22:44:27 +00:00
parent 45827faa21
commit a7fab38bac
No known key found for this signature in database
GPG key ID: 6D94F6DB60A64FFE

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "gridtracker"; pname = "gridtracker";
version = "1.23.1112"; version = "1.23.1202";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "gridtracker.org"; owner = "gridtracker.org";
repo = "gridtracker"; repo = "gridtracker";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0A1/P57RtUExxflr2XayHPEyr28B6UDYY7pVCAJpWX0="; sha256 = "sha256-XrHA+h6qAYyZjp/C7+oS3eAvX0ptD+T4UKFzM2ROBCw=";
}; };
nativeBuildInputs = [ wrapGAppsHook ]; nativeBuildInputs = [ wrapGAppsHook ];