cockpit: 346 -> 347

Changelog: https://cockpit-project.org/blog/cockpit-347.html
This commit is contained in:
Michael Daniels
2025-09-20 22:29:51 -04:00
parent 52c032768a
commit 97e15a7fcc
+2 -2
View File
@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cockpit";
version = "346";
version = "347";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
tag = finalAttrs.version;
hash = "sha256-ZTVcZ1a43cwm8y74XKp9z8tqSK1wxlW9lfoLN/cSFcs=";
hash = "sha256-9jVtO97QdFe8pp6JmuftaKyVM/MnRCYCWLPLrtjgbJ8=";
fetchSubmodules = true;
};