Merge pull request #303522 from r-ryantm/auto-update/cockpit

cockpit: 314 -> 315
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-04-12 13:25:58 +00:00 committed by GitHub
commit 32aca9b2b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
};