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

cockpit: 316 -> 317
This commit is contained in:
Peder Bergebakken Sundt 2024-06-08 16:06:33 +02:00 committed by GitHub
commit 596aa2eed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "cockpit"; pname = "cockpit";
version = "316"; version = "317";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cockpit-project"; owner = "cockpit-project";
repo = "cockpit"; repo = "cockpit";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-AoRdeAA+K6VhRxgAF7t2COJtovk8U9B9j8MaBwMjJgw="; hash = "sha256-faTV9gOzPZMCLHoohzwOJ7v0gStavhUL6JQ1hFjcvhA=";
fetchSubmodules = true; fetchSubmodules = true;
}; };