ignition: 2.1.2 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-12-10 11:56:17 +00:00
parent b928c4ef13
commit 518612c2c9
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ignition";
version = "2.1.2";
version = "2.2.0";
src = fetchFromGitHub {
owner = "flattool";
repo = "ignition";
tag = finalAttrs.version;
fetchSubmodules = true;
hash = "sha256-BqlzxrsbukfkwRIUTN5eaJPRC/dWSWUieDKIqnePZl4=";
hash = "sha256-GDoF6NcFzMGzvYYoHwSctLlXCqsbfnUFdT9AIGcUkIQ=";
};
patches = [