fastcompmgr: 0.5 -> 0.6.1

This commit is contained in:
R. Ryantm
2026-03-26 22:25:14 +00:00
parent 52af87695d
commit 3accb47299

View File

@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "fastcompmgr";
version = "0.5";
version = "0.6.1";
src = fetchFromGitHub {
owner = "tycho-kirchner";
repo = "fastcompmgr";
tag = "v${finalAttrs.version}";
hash = "sha256-yH/+E2IBe9KZxKTiP8oNcb9fJcZ0ukuenqTSv97ed44=";
hash = "sha256-0UEy6Aq007pwI+FRYA9RFjP0XAuBrX0jIbu3L7OcjMo=";
};
nativeBuildInputs = [ pkgs.pkg-config ];