0
0
Fork 0
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:
TomaSajt 2025-05-09 00:55:55 +02:00
parent ad50b616f8
commit 0793202515
No known key found for this signature in database
GPG key ID: F011163C050122A1

View file

@ -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
];