mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
instead-launcher: 0.6.3 -> 0.7.0
This commit is contained in:
parent
624c216f3c
commit
5bc28da745
@ -3,13 +3,13 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "instead-launcher-${version}";
|
name = "instead-launcher-${version}";
|
||||||
|
|
||||||
version = "0.6.3";
|
version = "0.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "instead-hub";
|
owner = "instead-hub";
|
||||||
repo = "instead-launcher";
|
repo = "instead-launcher";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1q0hdgfy9pr48zvxr9x614ka6bd0g8sicdk2a673nwfdyd41p9cw";
|
sha256 = "1svy8i8anspway01pnz2cy69aad03anvkq04wrdfv1h9c34gbvb9";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./path.patch ];
|
patches = [ ./path.patch ];
|
||||||
|
Loading…
Reference in New Issue
Block a user