Merge pull request #311050 from r-ryantm/auto-update/extremetuxracer

extremetuxracer: 0.8.3 -> 0.8.4
This commit is contained in:
Pol Dellaiera 2024-05-12 23:04:30 +02:00 committed by GitHub
commit 7257e9980e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "0.8.3";
version = "0.8.4";
pname = "extremetuxracer";
src = fetchurl {
url = "mirror://sourceforge/extremetuxracer/etr-${version}.tar.xz";
sha256 = "sha256-LuQvP1/C+NSap1BW6xFvbKuE1lZBIOaWGuWSc2ckURM=";
sha256 = "sha256-+jKFzAx1Wlr/Up8/LOo1FkgRFMa0uOHsB2n+7/BHc+U=";
};
nativeBuildInputs = [ pkg-config intltool ];