Merge pull request #269096 from r-ryantm/auto-update/gcstar

gcstar: 1.7.3 -> 1.8.0
This commit is contained in:
OTABI Tomoya 2023-11-27 10:34:45 +09:00 committed by GitHub
commit 37b0ba0a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "gcstar";
version = "1.7.3";
version = "1.8.0";
src = fetchFromGitLab {
owner = "Kerenoc";
repo = "GCstar";
rev = "v${version}";
sha256 = "1hah8ijh9mvcgbh36y3d3s6y79mzz27w24f2i29qllv7cayf6129";
sha256 = "sha256-37yjKI4l/nUzDnra1AGxDQxNafMsLi1bSifG6pz33zg=";
};
nativeBuildInputs = [ wrapGAppsHook ];