3
0
Fork 0
forked from mirrors/nixpkgs

cockpit: 308 -> 310.2

This commit is contained in:
R. Ryantm 2024-02-11 04:58:29 +00:00
parent e72d6a1d3f
commit e0a0f7a2a6

View file

@ -44,13 +44,13 @@ in
stdenv.mkDerivation rec {
pname = "cockpit";
version = "308";
version = "310.2";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-0IJRd4QoUBcJDERWHkaR7ehCLhICnjGb7pYla18DMkk=";
hash = "sha256-VaH34UT8kXKZbRPTNvL1afeONb3n6vK0UB1UgWeNRWY=";
fetchSubmodules = true;
};