ignition: 2.3.1 -> 2.4.1 (#506956)

This commit is contained in:
Toma
2026-06-13 11:48:14 +00:00
committed by GitHub
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ignition";
version = "2.3.1";
version = "2.4.1";
src = fetchFromGitHub {
owner = "flattool";
repo = "ignition";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-bkH8nxvqzxzYse7HNRWi79FfuMmLxd/CppKJQk2rTbo=";
hash = "sha256-egbpFpwYXhezeQbKSj75InFV3blj1GVzRgcku3ZF6Ag=";
};
patches = [