gridtracker: 1.23.0110 -> 1.23.0206

This commit is contained in:
Matt Melling 2023-02-05 08:32:51 +00:00
parent 0ac1177357
commit 2316852020
No known key found for this signature in database
GPG key ID: 6D94F6DB60A64FFE

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "gridtracker";
version = "1.23.0110";
version = "1.23.0206";
src = fetchFromGitLab {
owner = "gridtracker.org";
repo = "gridtracker";
rev = "v${version}";
sha256 = "sha256-yQWdBNt7maYTzroB+P1hsGIeivkP+soR3/b847HLYZY=";
sha256 = "sha256-XWjKJga9aQrMb0ZfA4ElsPU1CfMwFtwYSK1vjgtlKes=";
};
postPatch = ''