cockpit: 336.2 -> 337

This commit is contained in:
R. Ryantm
2025-04-28 10:21:54 +00:00
parent 917ee0af83
commit e40490a002
+2 -2
View File
@@ -40,13 +40,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cockpit";
version = "336.2";
version = "337";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
tag = finalAttrs.version;
hash = "sha256-QRtKxrOIGZuAj+NrnXDpnejJQ/lm0hP/JqZyVZn/VL0=";
hash = "sha256-49ijtHUP0Z1ZfiydFfDlEv290yBVDo8ZsBktokdDu8I=";
fetchSubmodules = true;
};