enyo-launcher: 2.0.5 -> 2.0.6
This commit is contained in:
parent
a5f3d6219a
commit
bd067eabe5
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "enyo-launcher";
|
pname = "enyo-launcher";
|
||||||
version = "2.0.5";
|
version = "2.0.6";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "sdcofer70";
|
owner = "sdcofer70";
|
||||||
repo = "enyo-launcher";
|
repo = "enyo-launcher";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-qdVP5QN2t0GK4VBWuFGrnRfgamQDZGRjwaAe6TIK604=";
|
sha256 = "sha256-k6Stc1tQOcdS//j+bFUNfnOUlwuhIPKxf9DHU+ng164=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Reference in a new issue