cockpit: 305 -> 306

This commit is contained in:
R. Ryantm 2023-12-11 09:39:05 +00:00
parent e97b3e4186
commit 96de580f10

View File

@ -45,13 +45,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "305";
version = "306";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-fCVnggso/wAvci9sLRVvwEsvZ+CeEfLBDnPPcAy/wGo=";
hash = "sha256-RB5RpwFTi//XNIIm/86JR4Jo3q5nuoW6ruH05JSfMSk=";
fetchSubmodules = true;
};