cockpit: 314 -> 315

This commit is contained in:
R. Ryantm 2024-04-12 03:48:23 +00:00
parent c81c241415
commit 38e238915e
1 changed files with 2 additions and 2 deletions

View File

@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "314";
version = "315";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-6iLfUqzBG/pvGNnzMJzMQqnNjPvKJtTHHCSBWtSwwFM=";
hash = "sha256-N6MDqhYQky80r9wSiDIPusg6iOpDh4S52pf337nojyY=";
fetchSubmodules = true;
};