Unverified Commit 8c7919ac authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

fastcompmgr: 0.5 -> 0.6.1 (#503874)

parents 87e070de 3accb472
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];