xload: 1.2.0 -> 1.2.1 (#545552)

This commit is contained in:
Weijia Wang
2026-08-17 22:34:07 +00:00
committed by GitHub

View File

@@ -15,7 +15,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xload";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "app";
repo = "xload";
tag = "xload-${finalAttrs.version}";
hash = "sha256-Mm09uKP+LUW0xGrwcJth/XCUqJ1RDEspbYpL92vOdk4=";
hash = "sha256-EORv0LHqFJLRfzNkZrJ0dlvrRDmBsmmZc5F8NRLQDCw=";
};
strictDeps = true;