gridtracker: 1.23.0402 -> 1.23.1112

This commit is contained in:
Matt Melling 2023-11-13 17:11:06 +00:00
parent a0b3b06b7a
commit 5506b654e6
No known key found for this signature in database
GPG Key ID: 6D94F6DB60A64FFE

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