ignition: 2.3.1 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-06-12 19:56:20 +00:00
parent 83c40c9d32
commit 9a93773f01
+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 = [