cockpit: 338 -> 340

This commit is contained in:
R. Ryantm
2025-06-13 18:18:26 +00:00
parent e23c230d5c
commit 27eb7519a9
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cockpit";
version = "338";
version = "340";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
tag = finalAttrs.version;
hash = "sha256-ZNvMLzkDh1SuyHuChWM0YykSYu152JHvjrKVm+u0Upw=";
hash = "sha256-I/T1bovkf2H/GJqocRxsiRxqRw9HMdscKpWQ+M6IdrU=";
fetchSubmodules = true;
};