Merge pull request #276362 from r-ryantm/auto-update/enyo-launcher

enyo-launcher: 2.0.5 -> 2.0.6
This commit is contained in:
Weijia Wang 2024-01-03 18:52:39 +01:00 committed by GitHub
commit a5f7571036
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "enyo-launcher";
version = "2.0.5";
version = "2.0.6";
src = fetchFromGitLab {
owner = "sdcofer70";
repo = "enyo-launcher";
rev = version;
sha256 = "sha256-qdVP5QN2t0GK4VBWuFGrnRfgamQDZGRjwaAe6TIK604=";
sha256 = "sha256-k6Stc1tQOcdS//j+bFUNfnOUlwuhIPKxf9DHU+ng164=";
};
nativeBuildInputs = [ cmake ];