cockpit: 328 -> 329.1 (#360017)

This commit is contained in:
Wolfgang Walther 2024-12-08 19:04:18 +01:00 committed by GitHub
commit d274b40960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,13 +38,13 @@
stdenv.mkDerivation rec {
pname = "cockpit";
version = "328";
version = "329.1";
src = fetchFromGitHub {
owner = "cockpit-project";
repo = "cockpit";
rev = "refs/tags/${version}";
hash = "sha256-0iCFMwnPtbrCXZMQQB0C7xtvGHFLMPk8otgMrJmVxXw=";
hash = "sha256-KQBCJ7u5Dk9CqU9aR96Xx3ShlONcacT1ABowguguI+Y=";
fetchSubmodules = true;
};