mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
ignition: 1.1.3 -> 2.1.1
This commit is contained in:
parent
ad50b616f8
commit
0793202515
1 changed files with 5 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
typescript,
|
||||
wrapGAppsHook4,
|
||||
|
||||
gjs,
|
||||
|
@ -19,13 +20,14 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ignition";
|
||||
version = "1.1.3";
|
||||
version = "2.1.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flattool";
|
||||
repo = "ignition";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-XVBlwonMHb78XF6mpPYLJ68E5Tb+dFVFqNSsVCCS0xc=";
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-T0bVMJnJPpKdS5T6rPxVAEvIXFNSj5BtypaexSJhl2I=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
@ -46,6 +48,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
typescript
|
||||
wrapGAppsHook4
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue